SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    349, 335, 337, 350, 338, 339, 351, 352, 
    340, 341, 353, 354, 342, 343, 355, 356, 
    344, 345, 357, 358, 347, 336
  )

Query time 0.00040

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.02"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "ALL",
      "possible_keys": [
        "parent"
      ],
      "rows_examined_per_scan": 115,
      "rows_produced_per_join": 31,
      "filtered": "26.96",
      "cost_info": {
        "read_cost": "21.82",
        "eval_cost": "6.20",
        "prefix_cost": "28.02",
        "data_read_per_join": "83K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`eshopuga_upgr_4122`.`cscart_categories`.`parent_id` in (349,335,337,350,338,339,351,352,340,341,353,354,342,343,355,356,344,345,357,358,347,336))"
    }
  }
}

Result

category_id parent_id
353 335
352 335
350 335
351 335
348 336
345 336
346 336
347 336
344 336
339 336
340 336
341 336
342 336
338 336
337 336
349 335
343 336
354 335
355 335
356 335
357 335
358 335