SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    167, 234, 320, 170, 174, 322, 328, 329, 
    350, 351, 378, 513, 423, 600
  ) 
  AND category_id != 264

Query time 0.00127

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "34.11"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "parent",
        "p_category_id"
      ],
      "key": "parent",
      "used_key_parts": [
        "parent_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 68,
      "rows_produced_per_join": 68,
      "filtered": "100.00",
      "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`parent_id` in (167,234,320,170,174,322,328,329,350,351,378,513,423,600))",
      "cost_info": {
        "read_cost": "27.31",
        "eval_cost": "6.80",
        "prefix_cost": "34.11",
        "data_read_per_join": "213K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`cscart_categories`.`category_id` <> 264)"
    }
  }
}

Result

category_id parent_id
356 167
352 167
353 167
354 167
355 167
444 167
525 167
532 167
519 167
357 170
358 170
505 170
526 170
528 170
529 170
530 170
531 170
190 174
337 174
486 174
235 234
326 234
236 234
559 234
447 234
470 234
321 320
325 320
339 320
469 320
614 320
323 322
324 322
340 322
471 322
341 328
342 328
359 328
364 328
366 328
438 328
481 328
543 328
564 328
589 328
344 329
527 329
345 329
346 329
468 329
399 329
457 329
347 329
381 350
382 350
383 350
414 351
429 351
430 351
446 351
648 351
379 378
432 378
443 378
483 378
490 378
506 378
424 423
425 423
448 423
477 423
449 423
478 423
520 423
585 423
586 423
657 423
514 513
515 513
516 513
517 513
518 513
601 600
602 600
603 600
604 600
605 600
606 600
608 600
607 600