SELECT
ushop_product_features.feature_id,
ushop_product_features.feature_code,
ushop_product_features.company_id,
ushop_product_features.feature_type,
ushop_product_features.parent_id,
ushop_product_features.display_on_product,
ushop_product_features.display_on_catalog,
ushop_product_features.display_on_header,
ushop_product_features_descriptions.description,
ushop_product_features_descriptions.internal_name,
ushop_product_features_descriptions.lang_code,
ushop_product_features_descriptions.prefix,
ushop_product_features_descriptions.suffix,
ushop_product_features.categories_path,
ushop_product_features_descriptions.full_description,
ushop_product_features.status,
ushop_product_features.comparison,
ushop_product_features.position,
ushop_product_features.purpose,
ushop_product_features.feature_style,
ushop_product_features.filter_style
FROM
ushop_product_features
LEFT JOIN ushop_product_features_descriptions ON ushop_product_features_descriptions.feature_id = ushop_product_features.feature_id
AND ushop_product_features_descriptions.lang_code = 'es'
WHERE
ushop_product_features.feature_id = 18