SELECT 
  category_id, 
  category 
FROM 
  cscart_category_descriptions 
WHERE 
  category_id IN (603, 557) 
  AND lang_code = 'tr'

Query time 0.00031

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_category_descriptions range PRIMARY PRIMARY 9 2 Using index condition

Result

category_id category
557 Soğutma Parçaları
603 Yedek Parçalar