SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    789, 794, 798, 801, 803, 810, 814, 2543, 
    2550
  )

Query time 0.00033

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": ["parent"],
      "key": "parent",
      "key_length": "3",
      "used_key_parts": ["parent_id"],
      "rows": 30,
      "filtered": 100,
      "index_condition": "cscart_categories.parent_id in (789,794,798,801,803,810,814,2543,2550)"
    }
  }
}

Result

category_id parent_id
790 789
791 789
792 789
793 789
2554 789
2555 789
795 794
796 794
797 794
2556 794
2557 794
799 798
800 798
2558 798
802 801
2559 801
2560 801
2561 801
804 803
805 803
806 803
807 803
808 803
809 803
2562 803
2563 803
811 810
812 810
813 810
2564 810
815 814
816 814
817 814
818 814
2552 2543
2553 2550