SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    9365, 9539, 9540, 9541, 9538, 2856, 2870, 
    2888, 2899, 10570, 2775, 2883, 2906, 
    2779, 10571, 2885, 2890, 10572, 2887, 
    10573, 10574, 10575, 2785, 2791, 2795, 
    2892, 2894, 2895, 2908, 2909
  )

Query time 0.00056

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.64"
    },
    "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": 39,
      "rows_produced_per_join": 39,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "8.84",
        "eval_cost": "7.80",
        "prefix_cost": "16.64",
        "data_read_per_join": "231K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`parent_id` in (9365,9539,9540,9541,9538,2856,2870,2888,2899,10570,2775,2883,2906,2779,10571,2885,2890,10572,2887,10573,10574,10575,2785,2791,2795,2892,2894,2895,2908,2909))"
    }
  }
}

Result

category_id parent_id
10570 2779
10571 2779
10572 2779
10573 2779
10574 2779
10575 2779
2870 2856
2883 2856
2885 2856
2887 2856
2899 2895
2906 2895
9539 9538