SELECT 
  category_id, 
  category, 
  description, 
  lang_code 
FROM 
  cscart_category_descriptions 
WHERE 
  category_id = 213

Query time 0.00015

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_category_descriptions ref PRIMARY PRIMARY 3 const 5

Result

category_id category description lang_code
213 Golf Balls de
213 Golf Balls en
213 Golf Balls es
213 Golf Balls fr
213 Golf Balls ru
213 Golf Balls uk