SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    372, 92, 28, 356, 21, 375, 86, 118, 3343, 
    3500, 3501
  )

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": 32,
      "filtered": 100,
      "index_condition": "cscart_categories.parent_id in (372,92,28,356,21,375,86,118,3343,3500,3501)"
    }
  }
}

Result

category_id parent_id
22 21
23 21
235 21
2322 21
3724 21
29 28
345 28
369 28
370 28
3346 28
87 86
93 92
95 92
101 92
107 92
2327 92
119 118
636 118
357 356
3503 356
3888 356
373 372
374 372
2644 372
2645 372
3502 372
376 375
3504 3500
3505 3501