SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    565, 566, 567, 568, 569, 570, 571, 572, 
    573, 574, 575, 576, 577
  ) 
  AND category_id != 264

Query time 0.00022

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_categories range PRIMARY,parent,p_category_id parent 3 13 Using index condition; Using where