SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    7248, 7223, 7200, 7192, 7202, 7191, 7311, 
    7242, 7213, 7171, 7201
  ) 
  AND category_id != 1

Query time 0.00052

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.86"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "parent",
        "p_category_id"
      ],
      "key": "parent",
      "used_key_parts": [
        "parent_id",
        "category_id"
      ],
      "key_length": "6",
      "rows_examined_per_scan": 23,
      "rows_produced_per_join": 23,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "2.56",
        "eval_cost": "2.30",
        "prefix_cost": "4.86",
        "data_read_per_join": "60K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_categories`.`parent_id` in (7248,7223,7200,7192,7202,7191,7311,7242,7213,7171,7201)) and (`nuie_scalesta_net`.`cscart_categories`.`category_id` <> 1))"
    }
  }
}

Result

category_id parent_id
7310 7191
7249 7248
7312 7311
7315 7311