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

Query time 0.00138

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 13164 1973 932
595 13164 1789 932
622 13164 2497 932
623 13164 2541 932
624 13164 1803 932
625 13164 2122 932
626 13164 2043 932
627 13164 1659 932
628 13164 1660 932
636 13164 2348 932
637 13164 2345 932
646 13164 2370 932
647 13164 2374 932
553 13165 1973 932
595 13165 2499 932
622 13165 2497 932
623 13165 2541 932
624 13165 1803 932
625 13165 2122 932
626 13165 2043 932
627 13165 1659 932
628 13165 1660 932
636 13165 2348 932
637 13165 2345 932
646 13165 2370 932
647 13165 2374 932
553 13166 1973 932
595 13166 1787 932
622 13166 2497 932
623 13166 2541 932
624 13166 1803 932
625 13166 2122 932
626 13166 2043 932
627 13166 1659 932
628 13166 1660 932
636 13166 2348 932
637 13166 2345 932
646 13166 2370 932
647 13166 2374 932
553 13167 1973 932
595 13167 1900 932
622 13167 2497 932
623 13167 2541 932
624 13167 1803 932
625 13167 2122 932
626 13167 2043 932
627 13167 1659 932
628 13167 1660 932
636 13167 2348 932
637 13167 2345 932
646 13167 2370 932
647 13167 2374 932
553 13168 1973 932
595 13168 1899 932
622 13168 2497 932
623 13168 2541 932
624 13168 1803 932
625 13168 2122 932
626 13168 2043 932
627 13168 1659 932
628 13168 1660 932
636 13168 2348 932
637 13168 2345 932
646 13168 2370 932
647 13168 2374 932
553 13163 1973 932
595 13163 1905 932
622 13163 2497 932
623 13163 2541 932
624 13163 1803 932
625 13163 2122 932
626 13163 2043 932
627 13163 1659 932
628 13163 1660 932
636 13163 2348 932
637 13163 2345 932
646 13163 2370 932
647 13163 2374 932
553 13162 1973 932
595 13162 1904 932
622 13162 2497 932
623 13162 2541 932
624 13162 1803 932
625 13162 2122 932
626 13162 2043 932
627 13162 1659 932
628 13162 1660 932
636 13162 2348 932
637 13162 2345 932
646 13162 2370 932
647 13162 2374 932