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 (6, 25, 17, 48, 68, 49, 23)

Query time 0.00110

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "gp",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "idx_group_id"],
      "key": "idx_group_id",
      "key_length": "3",
      "used_key_parts": ["group_id"],
      "rows": 44,
      "filtered": 100,
      "index_condition": "gp.group_id in (6,25,17,48,68,49,23)"
    },
    "table": {
      "table_name": "gpf",
      "access_type": "ref",
      "possible_keys": ["PRIMARY", "idx_group_id"],
      "key": "idx_group_id",
      "key_length": "3",
      "used_key_parts": ["group_id"],
      "ref": ["herbaria_cscart_4_18.gp.group_id"],
      "rows": 1,
      "filtered": 100
    },
    "table": {
      "table_name": "pfv",
      "access_type": "ref",
      "possible_keys": [
        "PRIMARY",
        "fl",
        "lang_code",
        "product_id",
        "fpl",
        "idx_product_feature_variant_id"
      ],
      "key": "PRIMARY",
      "key_length": "6",
      "used_key_parts": ["feature_id", "product_id"],
      "ref": [
        "herbaria_cscart_4_18.gpf.feature_id",
        "herbaria_cscart_4_18.gp.product_id"
      ],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "pfv.lang_code = 'en'",
      "using_index": true
    }
  }
}

Result

feature_id product_id variant_id group_id
40 298 6264 6
41 298 6267 6
40 427 6264 6
41 427 6268 6
40 428 6265 6
41 428 6267 6
40 429 6265 6
41 429 6268 6
40 430 6266 6
41 430 6267 6
40 431 6266 6
41 431 6268 6
55 55 6316 17
55 506 6315 17
60 143 6418 23
60 516 6419 23
60 517 6420 23
60 5477 7164 23
63 232 6442 25
63 520 6443 25
63 521 6444 25
63 522 6445 25
63 523 6446 25
70 337 6505 48
70 1562 6501 48
70 1563 6504 48
70 1564 6506 48
69 339 6475 49
69 1565 6476 49
69 1566 6477 49
69 1567 6478 49
69 1568 6479 49
69 1569 6480 49
69 1570 6481 49
69 5556 7168 49
87 1771 7022 68
86 1771 7016 68
87 1770 7021 68
86 1770 7018 68
87 1769 7021 68
86 1769 7017 68
87 1768 7021 68
86 1768 7016 68
87 1767 7020 68
86 1767 7018 68
87 1766 7020 68
86 1766 7017 68
87 1765 7020 68
86 1765 7016 68
87 1764 7019 68
86 1764 7018 68
87 1763 7019 68
86 1763 7017 68
87 1762 7024 68
86 1762 7018 68
87 1761 7024 68
86 1761 7017 68
87 1760 7024 68
86 1760 7016 68
87 1759 7023 68
86 1759 7018 68
87 1758 7023 68
86 1758 7017 68
87 1757 7023 68
86 1757 7016 68
87 1756 7022 68
86 1756 7018 68
87 1755 7022 68
86 1755 7017 68
87 405 7019 68
86 405 7016 68
87 3478 7095 68
86 3478 7016 68
87 3479 7095 68
86 3479 7017 68
87 3480 7095 68
86 3480 7018 68