SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    216, 204, 210, 212, 211, 213, 209, 217, 
    215, 214, 208, 218
  ) 
  AND category_id != 264

Query time 0.00047

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.03"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "7.03",
        "eval_cost": "6.00",
        "prefix_cost": "13.03",
        "data_read_per_join": "78K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "((`twebezli_Commercemodalpopup`.`cscart_categories`.`parent_id` in (216,204,210,212,211,213,209,217,215,214,208,218)) and (`twebezli_Commercemodalpopup`.`cscart_categories`.`category_id` <> 264))"
    }
  }
}

Result

category_id parent_id
208 204
209 204
210 204
212 211
213 211
214 211
216 215
217 215
218 215