SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(302, 293, 166, 224, 223, 179, 177) 
  AND category_id != 264

Query time 0.00030

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "23.28"
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY",
        "parent",
        "p_category_id"
      ],
      "rows_examined_per_scan": 98,
      "rows_produced_per_join": 30,
      "filtered": "31.63",
      "cost_info": {
        "read_cost": "17.08",
        "eval_cost": "6.20",
        "prefix_cost": "23.28",
        "data_read_per_join": "104K"
      },
      "used_columns": [
        "category_id",
        "parent_id"
      ],
      "attached_condition": "((`danishecarter_latest`.`cscart_categories`.`parent_id` in (302,293,166,224,223,179,177)) and (`danishecarter_latest`.`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
294 293
295 293
296 293
297 293
298 293
299 293
300 293
301 293
302 293
303 293
304 293
305 293
306 293