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 (
    17241, 17253, 13746, 13951, 17080, 17317, 
    12247, 15675, 17082, 17001, 12439, 
    12922, 12833, 13604, 15804, 16573, 
    12921, 13952, 14215, 15647
  )

Query time 0.00647

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": 188,
          "filtered": 100,
          "index_condition": "gp.group_id in (17241,17253,13746,13951,17080,17317,12247,15675,17082,17001,12439,12922,12833,13604,15804,16573,12921,13952,14215,15647)"
        }
      },
      {
        "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
19725 15226 68602 12247
19725 6357 68603 12247
19937 16404 69666 12439
19937 16403 69665 12439
19937 5787 69667 12439
20381 18610 71341 12833
20381 18609 71340 12833
20381 18608 71339 12833
20381 18607 71338 12833
20381 18606 71337 12833
20381 18605 71336 12833
20381 18604 71335 12833
20381 18603 71334 12833
20381 18602 71333 12833
20381 18601 71332 12833
20381 18600 71331 12833
20381 4113 71342 12833
20471 18803 71621 12921
20471 18802 71619 12921
20471 18801 71618 12921
20471 18800 71617 12921
20471 3867 71620 12921
20472 18807 71626 12922
20472 18806 71624 12922
20472 18805 71623 12922
20472 18804 71622 12922
20472 3866 71625 12922
21222 50112 74232 13604
21222 50111 74231 13604
21222 2139 74230 13604
21386 22403 74803 13746
21386 1894 74804 13746
21623 1486 75628 13951
21623 23152 75622 13951
21623 23153 75623 13951
21623 23154 75624 13951
21623 23155 75625 13951
21623 23156 75626 13951
21623 23157 75627 13951
21624 1483 75631 13952
21624 23158 75629 13952
21624 23159 75630 13952
21914 24117 76705 14215
21914 24116 76704 14215
21914 24115 76703 14215
21914 1057 76706 14215
23514 33723 81621 15647
23512 33723 81601 15647
23514 34133 81621 15647
23512 34133 81609 15647
23514 34132 81621 15647
23512 34132 81608 15647
23514 34131 81621 15647
23512 34131 81607 15647
23514 34130 81621 15647
23512 34130 81606 15647
23514 34129 81621 15647
23512 34129 81605 15647
23514 34128 81621 15647
23512 34128 81604 15647
23514 34127 81621 15647
23512 34127 81603 15647
23514 34126 81621 15647
23512 34126 81602 15647
23514 34125 81621 15647
23512 34125 81617 15647
23514 34124 81621 15647
23512 34124 81616 15647
23514 34123 81621 15647
23512 34123 81615 15647
23514 34122 81621 15647
23512 34122 81614 15647
23514 34121 81621 15647
23512 34121 81613 15647
23514 34120 81621 15647
23512 34120 81612 15647
23514 34119 81621 15647
23512 34119 81611 15647
23514 34118 81621 15647
23512 34118 81610 15647
23514 34134 81622 15647
23512 34134 81610 15647
23514 34135 81622 15647
23512 34135 81611 15647
23514 34136 81622 15647
23512 34136 81612 15647
23514 34137 81622 15647
23512 34137 81613 15647
23514 34138 81622 15647
23512 34138 81614 15647
23514 34139 81622 15647
23512 34139 81615 15647
23514 34140 81622 15647
23512 34140 81616 15647
23514 34141 81622 15647
23512 34141 81617 15647
23514 34142 81622 15647
23512 34142 81601 15647
23514 34143 81622 15647
23512 34143 81602 15647
23514 34144 81622 15647
23512 34144 81603 15647
23514 34145 81622 15647
23512 34145 81604 15647
23514 34146 81622 15647
23512 34146 81605 15647
23514 34147 81622 15647
23512 34147 81606 15647
23514 34148 81622 15647
23512 34148 81607 15647
23514 34149 81622 15647
23512 34149 81608 15647
23514 34150 81622 15647
23512 34150 81609 15647
23514 34151 81623 15647
23512 34151 81610 15647
23514 34152 81623 15647
23512 34152 81611 15647
23514 34153 81623 15647
23512 34153 81612 15647
23514 34154 81623 15647
23512 34154 81613 15647
23514 34155 81623 15647
23512 34155 81614 15647
23514 34156 81623 15647
23512 34156 81615 15647
23514 34157 81623 15647
23512 34157 81616 15647
23514 34158 81623 15647
23512 34158 81617 15647
23514 34159 81623 15647
23512 34159 81601 15647
23514 34160 81623 15647
23512 34160 81602 15647
23514 34161 81623 15647
23512 34161 81603 15647
23514 34162 81623 15647
23512 34162 81604 15647
23514 34163 81623 15647
23512 34163 81605 15647
23514 34164 81623 15647
23512 34164 81606 15647
23514 34165 81623 15647
23512 34165 81607 15647
23514 34166 81623 15647
23512 34166 81608 15647
23514 34167 81623 15647
23512 34167 81609 15647
23514 34168 81624 15647
23512 34168 81610 15647
23514 34169 81624 15647
23512 34169 81611 15647
23514 34170 81624 15647
23512 34170 81612 15647
23514 34171 81624 15647
23512 34171 81613 15647
23514 34172 81624 15647
23512 34172 81614 15647
23514 34173 81624 15647
23512 34173 81615 15647
23514 34174 81624 15647
23512 34174 81616 15647
23514 34175 81624 15647
23512 34175 81617 15647
23514 34176 81624 15647
23512 34176 81601 15647
23514 34177 81624 15647
23512 34177 81602 15647
23514 34178 81624 15647
23512 34178 81603 15647
23514 34179 81624 15647
23512 34179 81604 15647
23514 34180 81624 15647
23512 34180 81605 15647
23514 34181 81624 15647
23512 34181 81606 15647
23514 34182 81624 15647
23512 34182 81607 15647
23514 34183 81624 15647
23512 34183 81608 15647
23514 34184 81624 15647
23512 34184 81609 15647
23514 34185 81625 15647
23512 34185 81610 15647
23514 34186 81625 15647
23512 34186 81611 15647
23514 34187 81625 15647
23512 34187 81612 15647
23514 34188 81625 15647
23512 34188 81613 15647
23514 34189 81625 15647
23512 34189 81614 15647
23514 34190 81625 15647
23512 34190 81615 15647
23514 34191 81625 15647
23512 34191 81616 15647
23514 34192 81625 15647
23512 34192 81617 15647
23514 34193 81625 15647
23512 34193 81601 15647
23514 34194 81625 15647
23512 34194 81602 15647
23514 34195 81625 15647
23512 34195 81603 15647
23514 34196 81625 15647
23512 34196 81604 15647
23514 34197 81625 15647
23512 34197 81605 15647
23514 34198 81625 15647
23512 34198 81606 15647
23514 34199 81625 15647
23512 34199 81607 15647
23514 34200 81625 15647
23512 34200 81608 15647
23514 34201 81625 15647
23512 34201 81609 15647
23544 35279 81705 15675
23544 50090 81706 15675
23686 42255 84725 15804
23686 42254 84724 15804
23686 40319 83867 15804
23686 6572 82132 15804
23686 36264 82134 15804
23686 36263 82133 15804
23686 36265 82135 15804
23686 37256 82657 15804
23686 37257 82658 15804
23686 37258 82659 15804
23686 37259 82660 15804
23686 37260 82661 15804
23686 42253 83868 15804
23686 42294 82658 16573
23686 42293 82657 16573
23686 42292 82135 16573
23686 42290 82132 16573
23686 42289 84725 16573
23686 42288 84724 16573
23686 42287 83868 16573
23686 42291 82134 16573
23686 40350 82133 16573
23686 42286 83867 16573
23686 42295 82659 16573
23686 42296 82660 16573
23686 42297 82661 16573
24751 47133 86319 17001
24751 47132 86318 17001
24751 47131 86317 17001
24751 47084 86316 17001
24830 47595 86590 17080
24830 47631 86591 17080
24832 47597 86594 17082
24832 47633 86595 17082
24996 49164 87185 17241
24996 49174 87189 17241
24996 49173 87188 17241
24996 49172 87187 17241
24996 49171 87186 17241
25008 49230 87232 17253
25008 49323 87233 17253
24144 49868 84155 17317
25095 49868 87604 17317
24144 49867 84155 17317
25095 49867 87603 17317
24144 49864 84152 17317
25095 49864 87604 17317
24144 49865 84154 17317
25095 49865 87603 17317
24144 49866 84154 17317
25095 49866 87604 17317
24144 49873 87602 17317
25095 49873 87603 17317
24144 49872 87601 17317
25095 49872 87604 17317
24144 49871 87601 17317
25095 49871 87603 17317
24144 49870 84156 17317
25095 49870 87604 17317
24144 49869 84156 17317
25095 49869 87603 17317
24144 40818 84152 17317
25095 40818 87603 17317
24144 49874 87602 17317
25095 49874 87604 17317
24144 49875 84153 17317
25095 49875 87603 17317
24144 49876 84153 17317
25095 49876 87604 17317