SELECT 
  s.*, 
  cscart_common_descriptions.object as section 
FROM 
  cscart_sitemap_sections AS s 
  LEFT JOIN cscart_common_descriptions ON s.section_id = cscart_common_descriptions.object_id 
  AND cscart_common_descriptions.object_holder = "sitemap_sections" 
  AND cscart_common_descriptions.lang_code = 'tr' 
WHERE 
  status = 'A' 
ORDER BY 
  s.position

Query time 0.00138

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE s system 1
1 SIMPLE cscart_common_descriptions const PRIMARY PRIMARY 107 const,const,const 1

Result

section_id status section_type position company_id section
2 A 1 10 0 My account