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 (462, 459)

Query time 0.00035

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "19.45"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "gpf",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "idx_group_id",
          "used_key_parts": [
            "group_id"
          ],
          "key_length": "3",
          "rows_examined_per_scan": 5,
          "rows_produced_per_join": 5,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "0.76",
            "eval_cost": "0.50",
            "prefix_cost": "1.26",
            "data_read_per_join": "520"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ],
          "attached_condition": "(`shoptheindependents_com`.`gpf`.`group_id` in (462,459))"
        }
      },
      {
        "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": [
            "shoptheindependents_com.gpf.group_id"
          ],
          "rows_examined_per_scan": 7,
          "rows_produced_per_join": 37,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "1.26",
            "eval_cost": "3.75",
            "prefix_cost": "6.27",
            "data_read_per_join": "600"
          },
          "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": "lang_code",
          "used_key_parts": [
            "lang_code",
            "feature_id",
            "product_id"
          ],
          "key_length": "12",
          "ref": [
            "const",
            "shoptheindependents_com.gpf.feature_id",
            "shoptheindependents_com.gp.product_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 38,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "9.38",
            "eval_cost": "3.80",
            "prefix_cost": "19.45",
            "data_read_per_join": "29K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
136 3003 658 459
136 3004 633 459
136 3005 634 459
136 3006 635 459
136 3007 658 459
136 3008 633 459
136 3009 634 459
136 3010 635 459
136 3011 658 459
136 3012 633 459
136 3013 634 459
136 3014 635 459
136 3015 658 459
136 3016 633 459
136 3017 634 459
136 3018 635 459
136 3019 658 459
136 3020 633 459
136 3021 634 459
136 3022 635 459
138 3003 614 459
138 3004 614 459
138 3005 614 459
138 3006 614 459
138 3007 609 459
138 3008 609 459
138 3009 609 459
138 3010 609 459
138 3011 609 459
138 3012 609 459
138 3013 609 459
138 3014 609 459
138 3015 611 459
138 3016 611 459
138 3017 611 459
138 3018 611 459
138 3019 611 459
138 3020 611 459
138 3021 611 459
138 3022 611 459
149 3003 656 459
149 3004 656 459
149 3005 656 459
149 3006 656 459
149 3007 657 459
149 3008 657 459
149 3009 657 459
149 3010 657 459
149 3011 656 459
149 3012 656 459
149 3013 656 459
149 3014 656 459
149 3015 657 459
149 3016 657 459
149 3017 657 459
149 3018 657 459
149 3019 656 459
149 3020 656 459
149 3021 656 459
149 3022 656 459
138 3073 595 462
138 3074 595 462
138 3075 609 462
138 3076 609 462
138 3077 638 462
138 3078 638 462
145 3073 639 462
145 3074 640 462
145 3075 639 462
145 3076 640 462
145 3077 639 462
145 3078 640 462