SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(9276, 2722, 2763, 2849, 10563)

Query time 0.00065

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "14.23"
    },
    "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": 33,
      "rows_produced_per_join": 33,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "7.63",
        "eval_cost": "6.60",
        "prefix_cost": "14.23",
        "data_read_per_join": "195K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`webmarco`.`cscart_categories`.`parent_id` in (9276,2722,2763,2849,10563))"
    }
  }
}

Result

category_id parent_id
2726 2722
2732 2722
2741 2722
2745 2722
2754 2722
2762 2722
2770 2722
2777 2722
2790 2722
2807 2722
2816 2722
2775 2763
2779 2763
2785 2763
2791 2763
2795 2763
2856 2763
2888 2763
2890 2763
2892 2763
2894 2763
2895 2763
2908 2763
2909 2763
9365 2763
9538 2763
9540 2763
9541 2763
2859 2849
2868 2849
2878 2849
9277 9276