SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(15, 18, 324, 3244, 3374)

Query time 0.00035

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": 41,
      "filtered": 100,
      "index_condition": "cscart_categories.parent_id in (15,18,324,3244,3374)"
    }
  }
}

Result

category_id parent_id
16 15
353 15
379 15
2424 15
2425 15
3420 15
346 18
351 18
352 18
381 18
386 18
3548 18
2392 18
2368 18
2418 18
2419 18
2420 18
2421 18
2422 18
3122 18
3144 18
3429 18
3430 18
3431 18
3432 18
3473 18
3668 18
2329 324
329 324
391 324
2333 324
2426 324
3116 324
3241 324
3245 3244
3246 3244
3247 3244
3248 3244
3249 3244