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 = 'vi' 
  AND gp.group_id IN (
    15744, 15743, 15372, 15746, 15596, 17029
  )

Query time 0.00645

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "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": 111,
          "filtered": 100,
          "index_condition": "gp.group_id in (15744,15743,15372,15746,15596,17029)"
        }
      },
      {
        "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": ["dev_db.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": "idx_product_feature_variant_id",
          "key_length": "12",
          "used_key_parts": ["product_id", "feature_id", "lang_code"],
          "ref": ["dev_db.gp.product_id", "dev_db.gpf.feature_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "pfv.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
23249 31971 80613 15372
23250 31971 80617 15372
23249 31966 80612 15372
23250 31966 80617 15372
23249 31967 80612 15372
23250 31967 80618 15372
23249 31968 80612 15372
23250 31968 80619 15372
23249 31969 80612 15372
23250 31969 80620 15372
23249 31970 80612 15372
23250 31970 80621 15372
23249 31872 80616 15372
23250 31872 80618 15372
23249 31972 80613 15372
23250 31972 80618 15372
23249 31973 80613 15372
23250 31973 80619 15372
23249 31974 80613 15372
23250 31974 80620 15372
23249 31975 80613 15372
23250 31975 80621 15372
23249 31976 80614 15372
23250 31976 80617 15372
23249 31977 80614 15372
23250 31977 80618 15372
23249 31978 80614 15372
23250 31978 80619 15372
23249 31979 80614 15372
23250 31979 80620 15372
23249 31980 80614 15372
23250 31980 80621 15372
23249 31981 80615 15372
23250 31981 80617 15372
23249 31982 80615 15372
23250 31982 80618 15372
23249 31983 80615 15372
23250 31983 80619 15372
23249 31984 80615 15372
23250 31984 80620 15372
23249 31985 80615 15372
23250 31985 80621 15372
23249 31986 80616 15372
23250 31986 80617 15372
23249 31987 80616 15372
23250 31987 80619 15372
23249 31988 80616 15372
23250 31988 80620 15372
23249 31989 80616 15372
23250 31989 80621 15372
23469 33606 81440 15596
23470 33606 81445 15596
23469 33620 81440 15596
23470 33620 81446 15596
23469 33621 81440 15596
23470 33621 81447 15596
23469 33622 81441 15596
23470 33622 81445 15596
23469 33623 81441 15596
23470 33623 81446 15596
23469 33624 81441 15596
23470 33624 81447 15596
23469 33625 81442 15596
23470 33625 81445 15596
23469 33626 81442 15596
23470 33626 81446 15596
23469 33627 81442 15596
23470 33627 81447 15596
23469 33628 81443 15596
23470 33628 81445 15596
23469 33629 81443 15596
23470 33629 81446 15596
23469 33630 81443 15596
23470 33630 81447 15596
23469 33631 81444 15596
23470 33631 81445 15596
23469 33632 81444 15596
23470 33632 81446 15596
23469 33633 81444 15596
23470 33633 81447 15596
23618 35729 81888 15743
23619 35729 81892 15743
23618 35787 81888 15743
23619 35787 81893 15743
23618 35788 81888 15743
23619 35788 81894 15743
23618 35789 81888 15743
23619 35789 81895 15743
23618 35790 81888 15743
23619 35790 81896 15743
23618 35791 81888 15743
23619 35791 81897 15743
23618 35792 81889 15743
23619 35792 81892 15743
23618 35793 81889 15743
23619 35793 81893 15743
23618 35794 81889 15743
23619 35794 81894 15743
23618 35795 81889 15743
23619 35795 81895 15743
23618 35796 81889 15743
23619 35796 81896 15743
23618 35797 81889 15743
23619 35797 81897 15743
23618 35798 81890 15743
23619 35798 81892 15743
23618 35799 81890 15743
23619 35799 81893 15743
23618 35800 81890 15743
23619 35800 81894 15743
23618 35801 81890 15743
23619 35801 81895 15743
23618 35802 81890 15743
23619 35802 81896 15743
23618 35803 81890 15743
23619 35803 81897 15743
23618 35804 81891 15743
23619 35804 81892 15743
23618 35805 81891 15743
23619 35805 81893 15743
23618 35806 81891 15743
23619 35806 81894 15743
23618 35807 81891 15743
23619 35807 81895 15743
23618 35808 81891 15743
23619 35808 81896 15743
23618 35809 81891 15743
23619 35809 81897 15743
23620 35730 81898 15744
23621 35730 81905 15744
23620 35810 81898 15744
23621 35810 81906 15744
23620 35811 81898 15744
23621 35811 81907 15744
23620 35812 81898 15744
23621 35812 81908 15744
23620 35813 81898 15744
23621 35813 81909 15744
23620 35814 81899 15744
23621 35814 81905 15744
23620 35815 81899 15744
23621 35815 81906 15744
23620 35816 81899 15744
23621 35816 81907 15744
23620 35817 81899 15744
23621 35817 81908 15744
23620 35818 81899 15744
23621 35818 81909 15744
23620 35819 81900 15744
23621 35819 81905 15744
23620 35820 81900 15744
23621 35820 81906 15744
23620 35821 81900 15744
23621 35821 81907 15744
23620 35822 81900 15744
23621 35822 81908 15744
23620 35823 81900 15744
23621 35823 81909 15744
23620 35824 81901 15744
23621 35824 81905 15744
23620 35825 81901 15744
23621 35825 81906 15744
23620 35826 81901 15744
23621 35826 81907 15744
23620 35827 81901 15744
23621 35827 81908 15744
23620 35828 81901 15744
23621 35828 81909 15744
23620 35829 81902 15744
23621 35829 81905 15744
23620 35830 81902 15744
23621 35830 81906 15744
23620 35831 81902 15744
23621 35831 81907 15744
23620 35832 81902 15744
23621 35832 81908 15744
23620 35833 81902 15744
23621 35833 81909 15744
23620 35834 81903 15744
23621 35834 81905 15744
23620 35835 81903 15744
23621 35835 81906 15744
23620 35836 81903 15744
23621 35836 81907 15744
23620 35837 81903 15744
23621 35837 81908 15744
23620 35838 81903 15744
23621 35838 81909 15744
23620 35839 81904 15744
23621 35839 81905 15744
23620 35840 81904 15744
23621 35840 81906 15744
23620 35841 81904 15744
23621 35841 81907 15744
23620 35842 81904 15744
23621 35842 81908 15744
23620 35843 81904 15744
23621 35843 81909 15744
23624 35732 81917 15746
23625 35732 81922 15746
23624 35855 81917 15746
23625 35855 81923 15746
23624 35856 81917 15746
23625 35856 81924 15746
23624 35857 81917 15746
23625 35857 81925 15746
23624 35858 81917 15746
23625 35858 81926 15746
23624 35859 81918 15746
23625 35859 81922 15746
23624 35860 81918 15746
23625 35860 81923 15746
23624 35861 81918 15746
23625 35861 81924 15746
23624 35862 81918 15746
23625 35862 81925 15746
23624 35863 81918 15746
23625 35863 81926 15746
23624 35864 81919 15746
23625 35864 81922 15746
23624 35865 81919 15746
23625 35865 81923 15746
23624 35866 81919 15746
23625 35866 81924 15746
23624 35867 81919 15746
23625 35867 81925 15746
23624 35868 81919 15746
23625 35868 81926 15746
23624 35869 81920 15746
23625 35869 81922 15746
23624 35870 81920 15746
23625 35870 81923 15746
23624 35871 81920 15746
23625 35871 81924 15746
23624 35872 81920 15746
23625 35872 81925 15746
23624 35873 81920 15746
23625 35873 81926 15746
23624 35874 81921 15746
23625 35874 81922 15746
23624 35875 81921 15746
23625 35875 81923 15746
23624 35876 81921 15746
23625 35876 81924 15746
23624 35877 81921 15746
23625 35877 81925 15746
23624 35878 81921 15746
23625 35878 81926 15746
24779 47280 86429 17029
24779 47319 86430 17029
24779 47320 86431 17029