SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(
    869, 761, 782, 868, 796, 806, 918, 811, 
    816, 823
  )

Query time 0.00122

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_categories range parent parent 3 21 Using index condition

Result

category_id parent_id
782 761
796 761
806 761
811 761
821 761
823 761
851 761
869 868
816 868
918 868