SELECT 
  f.feature_id, 
  fd.description, 
  f.position 
FROM 
  cscart_product_features f 
  LEFT JOIN cscart_product_features_descriptions fd ON f.feature_id = fd.feature_id 
  AND fd.lang_code = 'en' 
WHERE 
  1 
  AND f.feature_id IN ('288')

Query time 0.00058

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "f",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "feature_id"
          ],
          "key_length": "3",
          "ref": [
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.10",
            "prefix_cost": "0.00",
            "data_read_per_join": "440"
          },
          "used_columns": [
            "feature_id",
            "position"
          ]
        }
      },
      {
        "table": {
          "table_name": "fd",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "feature_id",
            "lang_code"
          ],
          "key_length": "9",
          "ref": [
            "const",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.10",
            "prefix_cost": "0.00",
            "data_read_per_join": "2K"
          },
          "used_columns": [
            "feature_id",
            "description",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id description position
288 Size 0