SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    3292, 3294, 3298, 3296, 3293, 3297, 3314, 
    3295, 3299, 3304, 3300, 3301, 3302, 
    3303
  ) 
  AND category_id != 414

Query time 0.00059

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.96"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "parent",
        "p_category_id"
      ],
      "key": "parent",
      "used_key_parts": [
        "parent_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 21,
      "rows_produced_per_join": 21,
      "filtered": "100.00",
      "index_condition": "(`s2cart`.`cscart_categories`.`parent_id` in (3292,3294,3298,3296,3293,3297,3314,3295,3299,3304,3300,3301,3302,3303))",
      "cost_info": {
        "read_cost": "10.86",
        "eval_cost": "2.10",
        "prefix_cost": "12.96",
        "data_read_per_join": "74K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "(`s2cart`.`cscart_categories`.`category_id` <> 414)"
    }
  }
}

Result

category_id parent_id
3305 3304
3306 3304
3307 3304
3308 3304
3309 3304
3310 3304
3311 3304
3312 3304
3313 3304