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

Query time 0.00097

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 13111 1973 908
595 13111 1899 908
622 13111 2497 908
623 13111 2501 908
624 13111 1803 908
625 13111 2515 908
626 13111 2032 908
627 13111 1659 908
628 13111 1660 908
636 13111 2348 908
637 13111 2345 908
646 13111 2369 908
647 13111 2373 908
553 13110 1973 908
595 13110 1900 908
622 13110 2497 908
623 13110 2501 908
624 13110 1803 908
625 13110 2515 908
626 13110 2032 908
627 13110 1659 908
628 13110 1660 908
636 13110 2348 908
637 13110 2345 908
646 13110 2369 908
647 13110 2373 908
553 13109 1973 908
595 13109 1787 908
622 13109 2497 908
623 13109 2501 908
624 13109 1803 908
625 13109 2515 908
626 13109 2032 908
627 13109 1659 908
628 13109 1660 908
636 13109 2348 908
637 13109 2345 908
646 13109 2369 908
647 13109 2373 908
553 13108 1973 908
595 13108 2499 908
622 13108 2497 908
623 13108 2501 908
624 13108 1803 908
625 13108 2515 908
626 13108 2032 908
627 13108 1659 908
628 13108 1660 908
636 13108 2348 908
637 13108 2345 908
646 13108 2369 908
647 13108 2373 908
553 13107 1973 908
595 13107 1789 908
622 13107 2497 908
623 13107 2501 908
624 13107 1803 908
625 13107 2515 908
626 13107 2032 908
627 13107 1659 908
628 13107 1660 908
636 13107 2348 908
637 13107 2345 908
646 13107 2369 908
647 13107 2373 908
553 13106 1973 908
595 13106 1905 908
622 13106 2497 908
623 13106 2501 908
624 13106 1803 908
625 13106 2515 908
626 13106 2032 908
627 13106 1659 908
628 13106 1660 908
636 13106 2348 908
637 13106 2345 908
646 13106 2369 908
647 13106 2373 908
553 13105 1973 908
595 13105 1904 908
622 13105 2497 908
623 13105 2501 908
624 13105 1803 908
625 13105 2515 908
626 13105 2032 908
627 13105 1659 908
628 13105 1660 908
636 13105 2348 908
637 13105 2345 908
646 13105 2369 908
647 13105 2373 908