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 (910)

Query time 0.00096

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "18.26"
    },
    "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": 6,
          "rows_produced_per_join": 6,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "1.50",
            "eval_cost": "0.60",
            "prefix_cost": "2.10",
            "data_read_per_join": "96"
          },
          "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": 22,
          "filtered": "54.46",
          "using_index": true,
          "cost_info": {
            "read_cost": "3.96",
            "eval_cost": "2.29",
            "prefix_cost": "10.26",
            "data_read_per_join": "17K"
          },
          "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": 22,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "5.72",
            "eval_cost": "2.29",
            "prefix_cost": "18.26",
            "data_read_per_join": "2K"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
553 13122 1973 910
595 13122 1900 910
622 13122 2497 910
623 13122 2518 910
624 13122 1803 910
625 13122 2521 910
626 13122 2057 910
627 13122 1659 910
628 13122 1660 910
636 13122 2348 910
637 13122 2345 910
646 13122 2369 910
647 13122 2373 910
553 13121 1973 910
595 13121 1787 910
622 13121 2497 910
623 13121 2518 910
624 13121 1803 910
625 13121 2521 910
626 13121 2057 910
627 13121 1659 910
628 13121 1660 910
636 13121 2348 910
637 13121 2345 910
646 13121 2369 910
647 13121 2373 910
553 13120 1973 910
595 13120 2451 910
622 13120 2497 910
623 13120 2518 910
624 13120 1803 910
625 13120 2521 910
626 13120 2057 910
627 13120 1659 910
628 13120 1660 910
636 13120 2348 910
637 13120 2345 910
646 13120 2369 910
647 13120 2373 910
553 13119 1973 910
595 13119 1905 910
622 13119 2497 910
623 13119 2518 910
624 13119 1803 910
625 13119 2521 910
626 13119 2057 910
627 13119 1659 910
628 13119 1660 910
636 13119 2348 910
637 13119 2345 910
646 13119 2369 910
647 13119 2373 910
553 13118 1973 910
595 13118 1904 910
622 13118 2497 910
623 13118 2518 910
624 13118 1803 910
625 13118 2521 910
626 13118 2057 910
627 13118 1659 910
628 13118 1660 910
636 13118 2348 910
637 13118 2345 910
646 13118 2369 910
647 13118 2373 910
553 13123 1973 910
595 13123 1899 910
622 13123 2497 910
623 13123 2518 910
624 13123 1803 910
625 13123 2521 910
626 13123 2057 910
627 13123 1659 910
628 13123 1660 910
636 13123 2348 910
637 13123 2345 910
646 13123 2369 910
647 13123 2373 910