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

Query time 0.00103

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 13191 1973 937
595 13191 1905 937
622 13191 2497 937
623 13191 2501 937
624 13191 1803 937
625 13191 2147 937
626 13191 1723 937
627 13191 1659 937
628 13191 1660 937
636 13191 2348 937
637 13191 2345 937
646 13191 2369 937
647 13191 2373 937
553 13192 1973 937
595 13192 1789 937
622 13192 2497 937
623 13192 2501 937
624 13192 1803 937
625 13192 2147 937
626 13192 1723 937
627 13192 1659 937
628 13192 1660 937
636 13192 2348 937
637 13192 2345 937
646 13192 2369 937
647 13192 2373 937
553 13193 1973 937
595 13193 2499 937
622 13193 2497 937
623 13193 2501 937
624 13193 1803 937
625 13193 2147 937
626 13193 1723 937
627 13193 1659 937
628 13193 1660 937
636 13193 2348 937
637 13193 2345 937
646 13193 2369 937
647 13193 2373 937
553 13194 1973 937
595 13194 1787 937
622 13194 2497 937
623 13194 2501 937
624 13194 1803 937
625 13194 2147 937
626 13194 1723 937
627 13194 1659 937
628 13194 1660 937
636 13194 2348 937
637 13194 2345 937
646 13194 2369 937
647 13194 2373 937
553 13195 1973 937
595 13195 1900 937
622 13195 2497 937
623 13195 2501 937
624 13195 1803 937
625 13195 2147 937
626 13195 1723 937
627 13195 1659 937
628 13195 1660 937
636 13195 2348 937
637 13195 2345 937
646 13195 2369 937
647 13195 2373 937
553 13196 1973 937
595 13196 1899 937
622 13196 2497 937
623 13196 2501 937
624 13196 1803 937
625 13196 2147 937
626 13196 1723 937
627 13196 1659 937
628 13196 1660 937
636 13196 2348 937
637 13196 2345 937
646 13196 2369 937
647 13196 2373 937
553 13190 1973 937
595 13190 1904 937
622 13190 2497 937
623 13190 2501 937
624 13190 1803 937
625 13190 2147 937
626 13190 1723 937
627 13190 1659 937
628 13190 1660 937
636 13190 2348 937
637 13190 2345 937
646 13190 2369 937
647 13190 2373 937