SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(271, 266, 280, 273)

Query time 0.00034

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": 27,
      "filtered": 100,
      "index_condition": "cscart_categories.parent_id in (271,266,280,273)"
    }
  }
}

Result

category_id parent_id
267 266
268 266
269 266
270 266
277 266
278 266
279 266
285 266
334 266
351 266
431 266
432 266
434 266
459 266
1688 266
272 271
275 271
283 280
286 280
291 280
294 280
301 280
309 280
370 280
393 280
439 280
442 280
1559 280