SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    968, 974, 970, 1000, 976, 978, 983, 972, 
    1005, 1007, 2542, 2549
  )

Query time 0.00039

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": 42,
      "filtered": 100,
      "index_condition": "cscart_categories.parent_id in (968,974,970,1000,976,978,983,972,1005,1007,2542,2549)"
    }
  }
}

Result

category_id parent_id
969 968
982 968
985 968
993 968
994 968
2619 968
2620 968
971 970
999 970
2623 970
973 972
990 972
992 972
2629 972
975 974
995 974
996 974
997 974
998 974
2621 974
2622 974
977 976
980 976
979 978
981 978
984 983
986 983
987 983
988 983
989 983
991 983
1003 983
1004 983
2627 983
2628 983
1001 1000
1002 1000
2624 1000
2625 1000
2626 1000
1006 1005
1008 1007
1009 1007
1010 1007
1011 1007
1012 1007
2617 2542
2618 2549