SELECT 
  pf.feature_id, 
  pf.company_id, 
  pf.feature_type, 
  pf.parent_id, 
  pf.display_on_product, 
  pf.display_on_catalog, 
  pf.display_on_header, 
  pf.categories_path, 
  pf.status, 
  pf.comparison, 
  pf.position, 
  pf.purpose, 
  pf.feature_style, 
  pf.filter_style, 
  pf.feature_code, 
  pfd.description, 
  pfd.lang_code, 
  pfd.prefix, 
  pfd.suffix, 
  pfd.full_description, 
  pfv.value, 
  pfv.variant_id, 
  pfv.value_int, 
  pfv.product_id 
FROM 
  cscart_product_features_values AS pfv 
  LEFT JOIN cscart_product_features AS pf ON pfv.feature_id = pf.feature_id 
  LEFT JOIN cscart_product_features_descriptions AS pfd ON pfd.feature_id = pf.feature_id 
  AND pfd.lang_code = 'ar' 
WHERE 
  1 = 1 
  AND pfv.product_id IN (
    5727, 5729, 5730, 5731, 5732, 5733, 5734, 
    5735, 5736
  ) 
  AND pfv.lang_code = 'ar' 
  AND pf.feature_code IN ('Brand', 'ISBN', 'GTIN', 'MPN')

Query time 0.00247

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "248.43"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "product_id",
          "used_key_parts": [
            "product_id"
          ],
          "key_length": "3",
          "rows_examined_per_scan": 404,
          "rows_produced_per_join": 131,
          "filtered": "32.51",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`product_id` in (5727,5729,5730,5731,5732,5733,5734,5735,5736))",
          "cost_info": {
            "read_cost": "170.92",
            "eval_cost": "13.14",
            "prefix_cost": "184.06",
            "data_read_per_join": "101K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "value",
            "value_int",
            "lang_code"
          ],
          "attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`lang_code` = 'ar')"
        }
      },
      {
        "table": {
          "table_name": "pf",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "feature_id"
          ],
          "key_length": "3",
          "ref": [
            "softwarepirmam_hewadelivard_cscart_4.pfv.feature_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 52,
          "filtered": "40.00",
          "cost_info": {
            "read_cost": "32.84",
            "eval_cost": "5.25",
            "prefix_cost": "230.04",
            "data_read_per_join": "22K"
          },
          "used_columns": [
            "feature_id",
            "feature_code",
            "company_id",
            "purpose",
            "feature_style",
            "filter_style",
            "feature_type",
            "categories_path",
            "parent_id",
            "display_on_product",
            "display_on_catalog",
            "display_on_header",
            "status",
            "position",
            "comparison"
          ],
          "attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`pf`.`feature_code` in ('Brand','ISBN','GTIN','MPN'))"
        }
      },
      {
        "table": {
          "table_name": "pfd",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "feature_id",
            "lang_code"
          ],
          "key_length": "9",
          "ref": [
            "softwarepirmam_hewadelivard_cscart_4.pfv.feature_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 52,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "13.14",
            "eval_cost": "5.25",
            "prefix_cost": "248.43",
            "data_read_per_join": "119K"
          },
          "used_columns": [
            "feature_id",
            "description",
            "full_description",
            "prefix",
            "suffix",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id company_id feature_type parent_id display_on_product display_on_catalog display_on_header categories_path status comparison position purpose feature_style filter_style feature_code description lang_code prefix suffix full_description value variant_id value_int product_id
657 0 E 0 Y Y Y A N 0 organize_catalog brand checkbox Brand ماركة ar 1665 5727
657 0 E 0 Y Y Y A N 0 organize_catalog brand checkbox Brand ماركة ar 1665 5729
657 0 E 0 Y Y Y A N 0 organize_catalog brand checkbox Brand ماركة ar 1665 5730
657 0 E 0 Y Y Y A N 0 organize_catalog brand checkbox Brand ماركة ar 1665 5731
657 0 E 0 Y Y Y A N 0 organize_catalog brand checkbox Brand ماركة ar 1665 5732
657 0 E 0 Y Y Y A N 0 organize_catalog brand checkbox Brand ماركة ar 1665 5733
657 0 E 0 Y Y Y A N 0 organize_catalog brand checkbox Brand ماركة ar 1665 5734
657 0 E 0 Y Y Y A N 0 organize_catalog brand checkbox Brand ماركة ar 1665 5735
657 0 E 0 Y Y Y A N 0 organize_catalog brand checkbox Brand ماركة ar 1665 5736