SELECT 
  pfv.feature_id, 
  pfv.product_id, 
  pfv.variant_id, 
  gp.group_id 
FROM 
  cscart_product_features_values AS pfv 
  INNER JOIN cscart_product_variation_group_products AS gp ON pfv.product_id = gp.product_id 
  INNER JOIN cscart_product_variation_group_features AS gpf ON gpf.group_id = gp.group_id 
  AND gpf.feature_id = pfv.feature_id 
WHERE 
  pfv.lang_code = 'en' 
  AND gp.group_id IN (903)

Query time 0.00102

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.31"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "gp",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "idx_group_id",
          "used_key_parts": [
            "group_id"
          ],
          "key_length": "3",
          "ref": [
            "const"
          ],
          "rows_examined_per_scan": 7,
          "rows_produced_per_join": 7,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "1.75",
            "eval_cost": "0.70",
            "prefix_cost": "2.45",
            "data_read_per_join": "112"
          },
          "used_columns": [
            "product_id",
            "group_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "pfv",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "idx_product_feature_variant_id",
          "used_key_parts": [
            "product_id"
          ],
          "key_length": "3",
          "ref": [
            "test2_gaseus.gp.product_id"
          ],
          "rows_examined_per_scan": 7,
          "rows_produced_per_join": 26,
          "filtered": "54.46",
          "using_index": true,
          "cost_info": {
            "read_cost": "4.62",
            "eval_cost": "2.67",
            "prefix_cost": "11.97",
            "data_read_per_join": "20K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "(`test2_gaseus`.`pfv`.`lang_code` = 'en')"
        }
      },
      {
        "table": {
          "table_name": "gpf",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "feature_id",
            "group_id"
          ],
          "key_length": "6",
          "ref": [
            "test2_gaseus.pfv.feature_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 26,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "6.67",
            "eval_cost": "2.67",
            "prefix_cost": "21.31",
            "data_read_per_join": "2K"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
553 13073 1973 903
595 13073 1789 903
622 13073 2497 903
623 13073 2501 903
624 13073 1803 903
625 13073 2123 903
626 13073 1721 903
627 13073 1659 903
628 13073 1660 903
636 13073 2348 903
637 13073 2345 903
646 13073 2369 903
647 13073 2373 903
553 13074 1973 903
595 13074 2499 903
622 13074 2497 903
623 13074 2501 903
624 13074 1803 903
625 13074 2123 903
626 13074 1721 903
627 13074 1659 903
628 13074 1660 903
636 13074 2348 903
637 13074 2345 903
646 13074 2369 903
647 13074 2373 903
553 13075 1973 903
595 13075 1787 903
622 13075 2497 903
623 13075 2501 903
624 13075 1803 903
625 13075 2123 903
626 13075 1721 903
627 13075 1659 903
628 13075 1660 903
636 13075 2348 903
637 13075 2345 903
646 13075 2369 903
647 13075 2373 903
553 13076 1973 903
595 13076 1900 903
622 13076 2497 903
623 13076 2501 903
624 13076 1803 903
625 13076 2123 903
626 13076 1721 903
627 13076 1659 903
628 13076 1660 903
636 13076 2348 903
637 13076 2345 903
646 13076 2369 903
647 13076 2373 903
553 13077 1973 903
595 13077 1899 903
622 13077 2497 903
623 13077 2501 903
624 13077 1803 903
625 13077 2123 903
626 13077 1721 903
627 13077 1659 903
628 13077 1660 903
636 13077 2348 903
637 13077 2345 903
646 13077 2369 903
647 13077 2373 903
553 13071 1973 903
595 13071 1904 903
622 13071 2497 903
623 13071 2501 903
624 13071 1803 903
625 13071 2123 903
626 13071 1721 903
627 13071 1659 903
628 13071 1660 903
636 13071 2348 903
637 13071 2345 903
646 13071 2369 903
647 13071 2373 903
553 13072 1973 903
595 13072 1905 903
622 13072 2497 903
623 13072 2501 903
624 13072 1803 903
625 13072 2123 903
626 13072 1721 903
627 13072 1659 903
628 13072 1660 903
636 13072 2348 903
637 13072 2345 903
646 13072 2369 903
647 13072 2373 903