SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(266, 394, 5500, 5291, 6049, 9936)

Query time 0.00066

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "32.67"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": [
        "parent"
      ],
      "key": "parent",
      "used_key_parts": [
        "parent_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 79,
      "rows_produced_per_join": 79,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "16.87",
        "eval_cost": "15.80",
        "prefix_cost": "32.67",
        "data_read_per_join": "468K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`parent_id` in (266,394,5500,5291,6049,9936))"
    }
  }
}

Result

category_id parent_id
327 266
341 266
344 266
356 266
394 266
443 266
715 266
930 266
990 266
1498 266
1584 266
1907 266
1936 266
2171 266
2178 266
2373 266
2404 266
2433 266
2465 266
2577 266
2591 266
2611 266
2615 266
9692 266
9830 266
9840 266
9844 266
9926 266
9936 266
10631 266
10632 266
10633 266
10667 266
395 394
398 394
399 394
1861 394
2389 394
2554 394
9294 394
9623 394
9921 394
9922 394
9923 394
9924 394
9940 394
9941 394
9942 394
9943 394
5319 5291
5371 5291
5467 5291
5486 5291
5500 5291
5520 5291
5600 5291
5753 5291
5946 5291
5965 5291
6008 5291
6203 5291
6243 5291
6464 5291
6481 5291
6493 5291
6541 5291
6571 5291
6605 5291
6725 5291
6755 5291
6783 5291
6842 5291
6877 5291
5504 5500
5510 5500
6091 6049
6145 6049
6398 6049