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

Query time 0.00191

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 13133 1912 914
595 13133 1899 914
622 13133 2497 914
623 13133 2524 914
624 13133 1803 914
625 13133 2122 914
626 13133 2043 914
627 13133 2378 914
628 13133 1660 914
636 13133 2348 914
637 13133 2345 914
646 13133 2369 914
647 13133 2373 914
553 13132 1912 914
595 13132 1900 914
622 13132 2497 914
623 13132 2524 914
624 13132 1803 914
625 13132 2122 914
626 13132 2043 914
627 13132 2378 914
628 13132 1660 914
636 13132 2348 914
637 13132 2345 914
646 13132 2369 914
647 13132 2373 914
553 13131 1912 914
595 13131 1787 914
622 13131 2497 914
623 13131 2524 914
624 13131 1803 914
625 13131 2122 914
626 13131 2043 914
627 13131 2378 914
628 13131 1660 914
636 13131 2348 914
637 13131 2345 914
646 13131 2369 914
647 13131 2373 914
553 13130 1912 914
595 13130 2499 914
622 13130 2497 914
623 13130 2524 914
624 13130 1803 914
625 13130 2122 914
626 13130 2043 914
627 13130 2378 914
628 13130 1660 914
636 13130 2348 914
637 13130 2345 914
646 13130 2369 914
647 13130 2373 914
553 13129 1912 914
595 13129 1789 914
622 13129 2497 914
623 13129 2524 914
624 13129 1803 914
625 13129 2122 914
626 13129 2043 914
627 13129 2378 914
628 13129 1660 914
636 13129 2348 914
637 13129 2345 914
646 13129 2369 914
647 13129 2373 914
553 13128 1912 914
595 13128 1905 914
622 13128 2497 914
623 13128 2524 914
624 13128 1803 914
625 13128 2122 914
626 13128 2043 914
627 13128 2378 914
628 13128 1660 914
636 13128 2348 914
637 13128 2345 914
646 13128 2369 914
647 13128 2373 914
553 13127 1912 914
595 13127 1904 914
622 13127 2497 914
623 13127 2524 914
624 13127 1803 914
625 13127 2122 914
626 13127 2043 914
627 13127 2378 914
628 13127 1660 914
636 13127 2348 914
637 13127 2345 914
646 13127 2369 914
647 13127 2373 914