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