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

Query time 0.00172

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "60.88"
    },
    "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": 20,
          "rows_produced_per_join": 20,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "5.00",
            "eval_cost": "2.00",
            "prefix_cost": "7.00",
            "data_read_per_join": "320"
          },
          "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": 76,
          "filtered": "54.46",
          "using_index": true,
          "cost_info": {
            "read_cost": "13.19",
            "eval_cost": "7.63",
            "prefix_cost": "34.19",
            "data_read_per_join": "58K"
          },
          "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": 76,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "19.06",
            "eval_cost": "7.63",
            "prefix_cost": "60.88",
            "data_read_per_join": "7K"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
553 12885 1973 883
595 12885 2455 883
622 12885 2448 883
623 12885 2477 883
624 12885 1694 883
625 12885 2122 883
626 12885 2473 883
627 12885 1659 883
628 12885 1660 883
636 12885 2344 883
637 12885 2345 883
553 12886 1973 883
595 12886 2455 883
622 12886 2448 883
623 12886 2477 883
624 12886 1694 883
625 12886 2452 883
626 12886 2479 883
627 12886 1659 883
628 12886 1660 883
636 12886 2344 883
637 12886 2350 883
553 12887 1973 883
595 12887 2455 883
622 12887 2448 883
623 12887 2477 883
624 12887 1694 883
625 12887 2452 883
626 12887 2480 883
627 12887 1659 883
628 12887 1660 883
636 12887 2344 883
637 12887 2350 883
553 12888 1973 883
595 12888 2455 883
622 12888 2448 883
623 12888 2477 883
624 12888 1694 883
625 12888 2452 883
626 12888 2481 883
627 12888 1659 883
628 12888 1660 883
636 12888 2344 883
637 12888 2350 883
553 12889 1973 883
595 12889 1462 883
622 12889 2443 883
623 12889 2471 883
624 12889 1694 883
625 12889 2122 883
626 12889 2473 883
627 12889 1659 883
628 12889 1660 883
636 12889 2344 883
637 12889 2345 883
553 12890 1973 883
595 12890 2457 883
622 12890 2448 883
623 12890 2477 883
624 12890 1694 883
625 12890 2122 883
626 12890 2473 883
627 12890 1659 883
628 12890 1660 883
636 12890 2344 883
637 12890 2345 883
553 12891 1973 883
595 12891 1972 883
622 12891 2443 883
623 12891 2471 883
624 12891 1694 883
625 12891 2122 883
626 12891 2473 883
627 12891 1659 883
628 12891 1660 883
636 12891 2344 883
637 12891 2345 883
553 12892 1973 883
595 12892 1902 883
622 12892 2448 883
623 12892 2477 883
624 12892 1992 883
625 12892 2139 883
626 12892 1718 883
627 12892 1659 883
628 12892 1660 883
636 12892 2344 883
637 12892 2345 883
553 12893 1973 883
595 12893 1902 883
622 12893 2448 883
623 12893 2477 883
624 12893 1992 883
625 12893 2452 883
626 12893 2482 883
627 12893 1659 883
628 12893 1660 883
636 12893 2344 883
637 12893 2345 883
553 12894 1973 883
595 12894 2075 883
622 12894 2448 883
623 12894 2477 883
624 12894 1992 883
625 12894 2413 883
626 12894 1926 883
627 12894 1659 883
628 12894 1660 883
636 12894 2344 883
637 12894 2345 883
553 12895 1973 883
595 12895 1995 883
622 12895 2448 883
623 12895 2477 883
624 12895 1992 883
625 12895 2413 883
626 12895 1926 883
627 12895 1659 883
628 12895 1660 883
636 12895 2344 883
637 12895 2345 883
553 12876 1973 883
595 12876 1904 883
622 12876 2443 883
623 12876 2471 883
624 12876 1694 883
625 12876 2122 883
626 12876 2473 883
627 12876 1659 883
628 12876 1660 883
636 12876 2344 883
637 12876 2345 883
553 12877 1973 883
595 12877 2000 883
622 12877 2448 883
623 12877 2477 883
624 12877 2447 883
625 12877 2413 883
626 12877 2478 883
627 12877 1659 883
628 12877 1660 883
636 12877 2344 883
637 12877 2345 883
553 12878 1973 883
595 12878 2451 883
622 12878 2443 883
623 12878 2471 883
624 12878 1694 883
625 12878 2122 883
626 12878 2473 883
627 12878 1659 883
628 12878 1660 883
636 12878 2344 883
637 12878 2345 883
553 12879 1973 883
595 12879 2451 883
622 12879 2443 883
623 12879 2471 883
624 12879 1694 883
625 12879 2452 883
626 12879 2479 883
627 12879 1659 883
628 12879 1660 883
636 12879 2344 883
637 12879 2350 883
553 12880 1973 883
595 12880 2451 883
622 12880 2443 883
623 12880 2471 883
624 12880 1694 883
625 12880 2452 883
626 12880 2480 883
627 12880 1659 883
628 12880 1660 883
636 12880 2344 883
637 12880 2350 883
553 12881 1973 883
595 12881 2451 883
622 12881 2443 883
623 12881 2471 883
624 12881 1694 883
625 12881 2139 883
626 12881 2480 883
627 12881 1659 883
628 12881 1660 883
636 12881 2344 883
637 12881 2350 883
553 12882 1973 883
595 12882 1787 883
622 12882 2443 883
623 12882 2471 883
624 12882 1694 883
625 12882 2122 883
626 12882 2473 883
627 12882 1659 883
628 12882 1660 883
636 12882 2344 883
637 12882 2345 883
553 12883 1973 883
595 12883 1905 883
622 12883 2443 883
623 12883 2471 883
624 12883 1694 883
625 12883 2122 883
626 12883 2473 883
627 12883 1659 883
628 12883 1660 883
636 12883 2344 883
637 12883 2345 883
553 12884 1973 883
595 12884 1900 883
622 12884 2448 883
623 12884 2477 883
624 12884 1694 883
625 12884 2122 883
626 12884 2473 883
627 12884 1659 883
628 12884 1660 883
636 12884 2344 883
637 12884 2345 883