SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(166, 281, 250, 462)

Query time 0.00014

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": ["parent"],
      "key": "parent",
      "key_length": "3",
      "used_key_parts": ["parent_id"],
      "rows": 17,
      "filtered": 100,
      "attached_condition": "cscart_categories.parent_id in (166,281,250,462)",
      "using_index": true
    }
  }
}

Result

category_id parent_id
174 166
196 166
234 166
392 166
483 166
296 250
298 250
283 281
306 281
308 281
449 281
463 462
465 462
474 462
480 462
481 462
484 462