SELECT
cscart_power_labels.label_id,
cscart_power_labels.status,
cscart_power_labels_description.label_name
FROM
cscart_power_labels
LEFT JOIN cscart_power_labels_categories ON cscart_power_labels_categories.label_id = cscart_power_labels.label_id
LEFT JOIN cscart_power_labels_description ON cscart_power_labels_description.label_id = cscart_power_labels.label_id
AND cscart_power_labels_description.lang_code = 'en'
WHERE
cscart_power_labels_categories.category_id = 7183