SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    1321, 1326, 1332, 657, 1341, 1347, 1378, 
    1402
  )

Query time 0.00058

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "22.71"
    },
    "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": 46,
      "rows_produced_per_join": 46,
      "filtered": "100.00",
      "index_condition": "(`unicomps`.`cscart_categories`.`parent_id` in (1321,1326,1332,657,1341,1347,1378,1402))",
      "cost_info": {
        "read_cost": "18.11",
        "eval_cost": "4.60",
        "prefix_cost": "22.71",
        "data_read_per_join": "188K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ]
    }
  }
}

Result

category_id parent_id
658 657
665 657
666 657
667 657
668 657
669 657
671 657
672 657
673 657
674 657
675 657
676 657
677 657
678 657
985 657
1095 657
1350 657
1351 657
1322 1321
1323 1321
1324 1321
1325 1321
1327 1326
1328 1326
1329 1326
1330 1326
1331 1326
1333 1332
1334 1332
1335 1332
1336 1332
1337 1332
1338 1332
1339 1332
1340 1332
1342 1341
1343 1341
1344 1341
1345 1341
1346 1341
1446 1341
1068 1347
1069 1347
1070 1347
1071 1347
1348 1347
333 1347
1349 1347
554 1378
1428 1378
555 1378
796 1378
1429 1378
1403 1402
1482 1402