SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    323, 330, 321, 166, 224, 223, 179, 177
  ) 
  AND category_id != 264

Query time 0.00046

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "23.26"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY",
        "parent",
        "p_category_id"
      ],
      "rows_examined_per_scan": 98,
      "rows_produced_per_join": 31,
      "filtered": "32.65",
      "cost_info": {
        "read_cost": "16.86",
        "eval_cost": "6.40",
        "prefix_cost": "23.26",
        "data_read_per_join": "107K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "((`danishecarter_25_march`.`cscart_categories`.`parent_id` in (323,330,321,166,224,223,179,177)) and (`danishecarter_25_march`.`cscart_categories`.`category_id` <> 264))"
    }
  }
}

Result

category_id parent_id
174 166
175 166
177 166
178 177
179 177
180 177
181 177
182 177
196 166
224 223
225 223
226 223
227 223
234 166
254 166
322 321
323 321
324 321
325 321
326 321
327 321
328 321
329 321
330 321
331 321
332 321
333 321
334 321