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 (16934, 16932, 16929)

Query time 0.00982

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": 52,
          "filtered": 100,
          "index_condition": "gp.group_id in (16934,16932,16929)"
        }
      },
      {
        "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
24702 46746 86161 16929
24702 46745 86160 16929
24702 46740 86159 16929
24705 46761 86169 16932
24706 46761 86173 16932
24705 46759 86169 16932
24706 46759 86171 16932
24705 46758 86169 16932
24706 46758 86170 16932
24705 46756 86168 16932
24706 46756 86176 16932
24705 46760 86169 16932
24706 46760 86172 16932
24705 46757 86168 16932
24706 46757 86177 16932
24705 46753 86168 16932
24706 46753 86173 16932
24705 46754 86168 16932
24706 46754 86174 16932
24705 46752 86168 16932
24706 46752 86172 16932
24705 46755 86168 16932
24706 46755 86175 16932
24705 46751 86168 16932
24706 46751 86171 16932
24705 46738 86168 16932
24706 46738 86170 16932
24705 46765 86169 16932
24706 46765 86177 16932
24705 46764 86169 16932
24706 46764 86176 16932
24705 46763 86169 16932
24706 46763 86175 16932
24705 46762 86169 16932
24706 46762 86174 16932
24710 46795 86197 16934
24709 46795 86189 16934
24710 46794 86196 16934
24709 46794 86189 16934
24710 46793 86195 16934
24709 46793 86189 16934
24710 46792 86194 16934
24709 46792 86189 16934
24710 46791 86193 16934
24709 46791 86189 16934
24710 46790 86192 16934
24709 46790 86189 16934
24710 46789 86191 16934
24709 46789 86189 16934
24710 46788 86190 16934
24709 46788 86189 16934
24710 46787 86197 16934
24709 46787 86188 16934
24710 46786 86196 16934
24709 46786 86188 16934
24710 46785 86195 16934
24709 46785 86188 16934
24710 46784 86194 16934
24709 46784 86188 16934
24710 46783 86193 16934
24709 46783 86188 16934
24710 46782 86192 16934
24709 46782 86188 16934
24710 46781 86191 16934
24709 46781 86188 16934
24710 46737 86190 16934
24709 46737 86188 16934