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 (885, 886)

Query time 0.00145

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "48.96"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "gp",
          "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": 19,
          "rows_produced_per_join": 19,
          "filtered": "100.00",
          "index_condition": "(`gaseus`.`gp`.`group_id` in (885,886))",
          "cost_info": {
            "read_cost": "7.16",
            "eval_cost": "1.90",
            "prefix_cost": "9.06",
            "data_read_per_join": "304"
          },
          "used_columns": [
            "product_id",
            "group_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "gpf",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "idx_group_id",
          "used_key_parts": [
            "group_id"
          ],
          "key_length": "3",
          "ref": [
            "gaseus.gp.group_id"
          ],
          "rows_examined_per_scan": 3,
          "rows_produced_per_join": 57,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "14.25",
            "eval_cost": "5.70",
            "prefix_cost": "29.01",
            "data_read_per_join": "5K"
          },
          "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": "fpl",
          "used_key_parts": [
            "feature_id",
            "product_id",
            "lang_code"
          ],
          "key_length": "12",
          "ref": [
            "gaseus.gpf.feature_id",
            "gaseus.gp.product_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 57,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "14.25",
            "eval_cost": "5.70",
            "prefix_cost": "48.96",
            "data_read_per_join": "44K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
623 12908 2490 885
622 12908 2489 885
626 12908 2003 885
553 12908 1973 885
625 12908 2139 885
624 12908 1675 885
627 12908 1659 885
628 12908 1660 885
595 12908 1902 885
637 12908 2345 885
636 12908 2344 885
623 12907 2486 885
622 12907 2485 885
626 12907 1721 885
553 12907 1973 885
625 12907 2123 885
624 12907 1675 885
627 12907 1659 885
628 12907 1660 885
595 12907 1462 885
637 12907 2345 885
636 12907 2344 885
623 12906 2490 885
622 12906 2489 885
626 12906 1721 885
553 12906 1973 885
625 12906 2123 885
624 12906 1675 885
627 12906 1659 885
628 12906 1660 885
595 12906 2455 885
637 12906 2345 885
636 12906 2344 885
623 12905 2490 885
622 12905 2489 885
626 12905 1721 885
553 12905 1973 885
625 12905 2123 885
624 12905 1675 885
627 12905 1659 885
628 12905 1660 885
595 12905 1900 885
637 12905 2345 885
636 12905 2344 885
623 12900 2486 885
622 12900 2485 885
626 12900 1721 885
553 12900 1973 885
625 12900 2123 885
624 12900 1675 885
627 12900 1659 885
628 12900 1660 885
595 12900 1904 885
637 12900 2345 885
636 12900 2344 885
623 12901 2490 885
622 12901 2489 885
626 12901 1718 885
553 12901 1973 885
625 12901 2413 885
624 12901 2447 885
627 12901 1659 885
628 12901 1660 885
595 12901 2000 885
637 12901 2345 885
636 12901 2344 885
623 12902 2486 885
622 12902 2485 885
626 12902 1721 885
553 12902 1973 885
625 12902 2123 885
624 12902 1675 885
627 12902 1659 885
628 12902 1660 885
595 12902 2451 885
637 12902 2345 885
636 12902 2344 885
623 12903 2486 885
622 12903 2485 885
626 12903 1721 885
553 12903 1973 885
625 12903 2123 885
624 12903 1675 885
627 12903 1659 885
628 12903 1660 885
595 12903 1787 885
637 12903 2345 885
636 12903 2344 885
623 12904 2486 885
622 12904 2485 885
626 12904 1721 885
553 12904 1973 885
625 12904 2123 885
624 12904 1675 885
627 12904 1659 885
628 12904 1660 885
595 12904 1905 885
637 12904 2345 885
636 12904 2344 885
637 12915 2345 886
636 12915 2344 886
623 12915 2486 886
622 12915 2485 886
626 12915 1723 886
553 12915 1973 886
625 12915 2124 886
624 12915 1657 886
627 12915 1659 886
628 12915 1660 886
595 12915 1462 886
637 12914 2345 886
636 12914 2344 886
623 12914 2490 886
622 12914 2489 886
626 12914 1723 886
553 12914 1973 886
625 12914 2124 886
624 12914 1657 886
627 12914 1659 886
628 12914 1660 886
595 12914 2455 886
637 12913 2345 886
636 12913 2344 886
623 12913 2490 886
622 12913 2489 886
626 12913 1723 886
553 12913 1973 886
625 12913 2124 886
624 12913 1657 886
627 12913 1659 886
628 12913 1660 886
595 12913 1900 886
637 12912 2345 886
636 12912 2344 886
623 12912 2486 886
622 12912 2485 886
626 12912 1723 886
553 12912 1973 886
625 12912 2124 886
624 12912 1657 886
627 12912 1659 886
628 12912 1660 886
595 12912 1905 886
637 12911 2345 886
636 12911 2344 886
623 12911 2486 886
622 12911 2485 886
626 12911 1723 886
553 12911 1973 886
625 12911 2124 886
624 12911 1657 886
627 12911 1659 886
628 12911 1660 886
595 12911 1787 886
637 12910 2345 886
636 12910 2344 886
623 12910 2486 886
622 12910 2485 886
626 12910 1723 886
553 12910 1973 886
625 12910 2124 886
624 12910 1657 886
627 12910 1659 886
628 12910 1660 886
595 12910 2451 886
637 12909 2345 886
636 12909 2344 886
623 12909 2486 886
622 12909 2485 886
626 12909 1723 886
553 12909 1973 886
625 12909 2124 886
624 12909 1657 886
627 12909 1659 886
628 12909 1660 886
595 12909 1904 886