SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(10398, 7068, 3648, 6328, 3608)

Query time 0.00098

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "23.05"
    },
    "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": 55,
      "rows_produced_per_join": 55,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "12.05",
        "eval_cost": "11.00",
        "prefix_cost": "23.05",
        "data_read_per_join": "326K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`parent_id` in (10398,7068,3648,6328,3608))"
    }
  }
}

Result

category_id parent_id
6834 3608
6913 3608
6984 3608
7068 3608
7262 3608
7327 3608
7580 3608
7658 3608
7733 3608
7779 3608
7828 3608
7904 3608
3550 3648
3573 3648
3595 3648
3600 3648
3605 3648
3608 3648
3616 3648
3623 3648
3628 3648
3634 3648
3642 3648
3651 3648
3673 3648
3685 3648
3693 3648
3702 3648
3712 3648
3726 3648
3735 3648
3742 3648
3751 3648
3869 3648
3913 3648
5831 3648
6678 3648
9868 3648
9910 3648
9912 3648
6340 6328
9031 6328
10398 6328
10437 6328
10445 6328
10518 10398
10519 10398
10520 10398
10521 10398
10542 10398
10543 10398
10544 10398
10545 10398
10629 10398