SELECT ct.title FROM catalog c LEFT JOIN catalog_translations ct ON c.id=ct.id_catalog WHERE ct.id_lang=3 AND c.id=;