SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    9832, 3105, 266, 1909, 2374, 1910, 1911, 
    2910, 1913, 1907, 2180, 9849, 2178, 
    2373
  )

Query time 0.00065

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "42.28"
    },
    "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": 103,
      "rows_produced_per_join": 103,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "21.68",
        "eval_cost": "20.60",
        "prefix_cost": "42.28",
        "data_read_per_join": "610K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`parent_id` in (9832,3105,266,1909,2374,1910,1911,2910,1913,1907,2180,9849,2178,2373))"
    }
  }
}

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
1908 1907
1909 1907
1910 1907
1911 1907
1912 1907
1913 1907
2180 1907
9849 1907
9864 1907
2179 2178
2370 2178
2371 2178
2372 2178
2559 2178
9748 2178
9749 2178
9750 2178
2374 2373
2388 2373
2375 2374
2376 2374
2377 2374
2548 2374
2912 2910
2913 2910
2914 2910
2915 2910
2916 2910
2920 2910
2921 2910
2933 2910
2944 2910
3006 2910
3007 2910
3011 2910
3018 2910
3080 2910
3105 2910
3251 2910
3362 2910
3408 2910
3691 2910
4029 2910
5522 2910
3104 3105
3110 3105
3111 3105
3112 3105
3113 3105
3114 3105
3222 3105
3223 3105
3224 3105
3225 3105
3226 3105
3227 3105
3228 3105
3229 3105
3230 3105
3231 3105
3269 3105
9020 3105
9832 3105
9962 9832