SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(22, 7, 10, 18, 24, 9, 25, 50, 52, 389)

Query time 0.00044

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.41"
    },
    "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": 22,
      "rows_produced_per_join": 22,
      "filtered": "100.00",
      "index_condition": "(`test_uchur_k`.`cscart_categories`.`parent_id` in (22,7,10,18,24,9,25,50,52,389))",
      "cost_info": {
        "read_cost": "10.21",
        "eval_cost": "2.20",
        "prefix_cost": "12.41",
        "data_read_per_join": "116K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ]
    }
  }
}

Result

category_id parent_id
23 22
34 22
99 22
100 22
33 50
36 50
6 50
8 50
28 52
29 52
31 52
37 52
124 52
215 52
306 52
203 389
235 389