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 (68, 67, 65, 64)

Query time 0.00041

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "24.43"
    },
    "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": 6,
          "rows_produced_per_join": 6,
          "filtered": "100.00",
          "index_condition": "(`wearethehelpful_scalesta_net`.`gpf`.`group_id` in (68,67,65,64))",
          "cost_info": {
            "read_cost": "3.11",
            "eval_cost": "0.60",
            "prefix_cost": "3.71",
            "data_read_per_join": "624"
          },
          "used_columns": [
            "feature_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": "PRIMARY",
          "used_key_parts": [
            "feature_id"
          ],
          "key_length": "3",
          "ref": [
            "wearethehelpful_scalesta_net.gpf.feature_id"
          ],
          "rows_examined_per_scan": 7,
          "rows_produced_per_join": 41,
          "filtered": "99.73",
          "using_index": true,
          "cost_info": {
            "read_cost": "1.86",
            "eval_cost": "4.19",
            "prefix_cost": "9.77",
            "data_read_per_join": "32K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "(`wearethehelpful_scalesta_net`.`pfv`.`lang_code` = 'en')"
        }
      },
      {
        "table": {
          "table_name": "gp",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "product_id",
            "group_id"
          ],
          "key_length": "6",
          "ref": [
            "wearethehelpful_scalesta_net.pfv.product_id",
            "wearethehelpful_scalesta_net.gpf.group_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 41,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "10.47",
            "eval_cost": "4.19",
            "prefix_cost": "24.43",
            "data_read_per_join": "670"
          },
          "used_columns": [
            "product_id",
            "group_id"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
582 1145 1309 64
582 1146 1310 64
582 1147 1311 64
582 1148 1312 64
585 1150 1323 65
585 1151 1323 65
585 1152 1324 65
585 1153 1325 65
585 1154 1324 65
585 1155 1325 65
585 1156 1323 65
585 1157 1324 65
585 1158 1325 65
585 1159 1323 65
585 1160 1324 65
585 1161 1325 65
574 1150 1320 65
574 1151 1296 65
574 1152 1296 65
574 1153 1296 65
574 1154 1320 65
574 1155 1320 65
574 1156 1321 65
574 1157 1321 65
574 1158 1321 65
574 1159 1322 65
574 1160 1322 65
574 1161 1322 65
585 1226 1323 67
585 1227 1324 67
585 1228 1325 67
585 1229 1323 68
585 1230 1323 68
585 1231 1324 68
585 1232 1325 68
585 1233 1324 68
585 1234 1325 68
585 1235 1323 68
585 1236 1324 68
585 1237 1325 68
585 1238 1323 68
585 1239 1324 68
585 1240 1325 68
574 1229 1320 68
574 1230 1296 68
574 1231 1296 68
574 1232 1296 68
574 1233 1320 68
574 1234 1320 68
574 1235 1321 68
574 1236 1321 68
574 1237 1321 68
574 1238 1322 68
574 1239 1322 68
574 1240 1322 68