SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(68, 241, 221, 75, 73)

Query time 0.00041

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.26"
    },
    "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": 20,
      "rows_produced_per_join": 20,
      "filtered": "100.00",
      "index_condition": "(`test_uchur_k`.`cscart_categories`.`parent_id` in (68,241,221,75,73))",
      "cost_info": {
        "read_cost": "8.26",
        "eval_cost": "2.00",
        "prefix_cost": "10.26",
        "data_read_per_join": "105K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ]
    }
  }
}

Result

category_id parent_id
69 68
114 68
139 68
140 68
178 68
283 68
284 68
293 68
76 75
131 75
228 75
239 75
253 75
264 75
292 75
304 75
331 75
242 241
286 241