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 (
    13125, 12916, 15574, 12536, 15875, 15876, 
    12352, 12528, 12351, 12530, 12534, 
    12353, 12349, 12532, 15747
  )

Query time 0.01803

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": 152,
          "filtered": 100,
          "index_condition": "gp.group_id in (13125,12916,15574,12536,15875,15876,12352,12528,12351,12530,12534,12353,12349,12532,15747)"
        }
      },
      {
        "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
19839 15677 68994 12349
19839 15676 68993 12349
19839 15675 68992 12349
19839 15674 68991 12349
19839 15673 68990 12349
19839 15672 68989 12349
19839 15671 68988 12349
19839 15670 68987 12349
19839 15669 68995 12349
19839 5961 68986 12349
19841 15693 69012 12351
19841 15692 69011 12351
19841 15691 69010 12351
19841 15690 69009 12351
19841 15689 69008 12351
19841 15688 69007 12351
19841 15687 69006 12351
19841 15686 69005 12351
19841 15685 69013 12351
19841 5959 69004 12351
19842 15700 69020 12352
19842 15699 69019 12352
19842 15698 69018 12352
19842 15697 69017 12352
19842 15696 69016 12352
19842 15695 69015 12352
19842 15694 69021 12352
19842 5958 69014 12352
19843 15709 69030 12353
19843 15708 69029 12353
19843 15707 69028 12353
19843 15706 69027 12353
19843 15705 69026 12353
19843 15704 69025 12353
19843 15703 69024 12353
19843 15702 69023 12353
19843 15701 69031 12353
19843 5957 69022 12353
20032 16781 70039 12528
20032 16780 70038 12528
20032 16779 70037 12528
20032 16778 70036 12528
20032 16777 70040 12528
20032 5476 70035 12528
20034 16791 70051 12530
20034 16790 70050 12530
20034 16789 70049 12530
20034 16788 70048 12530
20034 16787 70052 12530
20034 5472 70047 12530
20036 16802 70064 12532
20036 16801 70063 12532
20036 16800 70062 12532
20036 16799 70061 12532
20036 16798 70060 12532
20036 16797 70065 12532
20036 5467 70059 12532
20038 16813 70077 12534
20038 16812 70076 12534
20038 16811 70075 12534
20038 16810 70078 12534
20038 5462 70074 12534
20040 16819 70085 12536
20040 16818 70086 12536
20040 5455 70084 12536
20466 18777 71589 12916
20466 18776 71588 12916
20466 18775 71587 12916
20466 18774 71586 12916
20466 18773 71585 12916
20466 3872 71590 12916
20695 19557 72337 13125
20695 19556 72336 13125
20695 3286 72338 13125
23444 1401 81325 15574
23445 1401 81332 15574
23444 33449 81328 15574
23445 33449 81333 15574
23444 33448 81328 15574
23445 33448 81332 15574
23444 33447 81327 15574
23445 33447 81333 15574
23444 33446 81327 15574
23445 33446 81332 15574
23444 33445 81326 15574
23445 33445 81333 15574
23444 33444 81326 15574
23445 33444 81332 15574
23444 33443 81325 15574
23445 33443 81333 15574
23444 33450 81329 15574
23445 33450 81332 15574
23444 33451 81329 15574
23445 33451 81333 15574
23444 33452 81330 15574
23445 33452 81332 15574
23444 33453 81330 15574
23445 33453 81333 15574
23444 33454 81331 15574
23445 33454 81332 15574
23444 33455 81331 15574
23445 33455 81333 15574
23626 35733 81927 15747
23626 35879 81928 15747
23626 35880 81929 15747
21265 36766 74388 15875
23755 36766 82449 15875
21265 27364 74388 15875
23755 27364 82448 15875
21265 36767 74388 15875
23755 36767 82450 15875
21265 36768 74388 15875
23755 36768 82451 15875
21265 36769 74388 15875
23755 36769 82452 15875
21265 36770 74389 15875
23755 36770 82448 15875
21265 36771 74389 15875
23755 36771 82449 15875
21265 36772 74389 15875
23755 36772 82450 15875
21265 36773 74389 15875
23755 36773 82451 15875
21265 36774 74389 15875
23755 36774 82452 15875
21265 36775 74390 15875
23755 36775 82448 15875
21265 36776 74390 15875
23755 36776 82449 15875
21265 36777 74390 15875
23755 36777 82450 15875
21265 36778 74390 15875
23755 36778 82451 15875
21265 36779 74390 15875
23755 36779 82452 15875
21265 36780 74391 15875
23755 36780 82448 15875
21265 36781 74391 15875
23755 36781 82449 15875
21265 36782 74391 15875
23755 36782 82450 15875
21265 36783 74391 15875
23755 36783 82451 15875
21265 36784 74391 15875
23755 36784 82452 15875
21265 36785 74392 15875
23755 36785 82448 15875
21265 36786 74392 15875
23755 36786 82449 15875
21265 36787 74392 15875
23755 36787 82450 15875
21265 36788 74392 15875
23755 36788 82451 15875
21265 36789 74392 15875
23755 36789 82452 15875
21265 36790 74393 15875
23755 36790 82448 15875
21265 36791 74393 15875
23755 36791 82449 15875
21265 36792 74393 15875
23755 36792 82450 15875
21265 36793 74393 15875
23755 36793 82451 15875
21265 36794 74393 15875
23755 36794 82452 15875
21265 36795 74394 15875
23755 36795 82448 15875
21265 36796 74394 15875
23755 36796 82449 15875
21265 36797 74394 15875
23755 36797 82450 15875
21265 36798 74394 15875
23755 36798 82451 15875
21265 36799 74394 15875
23755 36799 82452 15875
21265 36800 74395 15875
23755 36800 82448 15875
21265 36801 74395 15875
23755 36801 82449 15875
21265 36802 74395 15875
23755 36802 82450 15875
21265 36803 74395 15875
23755 36803 82451 15875
21265 36804 74395 15875
23755 36804 82452 15875
21265 36805 74396 15875
23755 36805 82448 15875
21265 36806 74396 15875
23755 36806 82449 15875
21265 36807 74396 15875
23755 36807 82450 15875
21265 36808 74396 15875
23755 36808 82451 15875
21265 36809 74396 15875
23755 36809 82452 15875
21265 36810 74397 15875
23755 36810 82448 15875
21265 36811 74397 15875
23755 36811 82449 15875
21265 36812 74397 15875
23755 36812 82450 15875
21265 36813 74397 15875
23755 36813 82451 15875
21265 36814 74397 15875
23755 36814 82452 15875
21265 36815 74398 15875
23755 36815 82448 15875
21265 36816 74398 15875
23755 36816 82449 15875
21265 36817 74398 15875
23755 36817 82450 15875
21265 36818 74398 15875
23755 36818 82451 15875
21265 36819 74398 15875
23755 36819 82452 15875
21265 36820 74399 15875
23755 36820 82448 15875
21265 36821 74399 15875
23755 36821 82449 15875
21265 36822 74399 15875
23755 36822 82450 15875
21265 36823 74399 15875
23755 36823 82451 15875
21265 36824 74399 15875
23755 36824 82452 15875
21267 27365 74402 15876
23757 27365 82455 15876
21267 36825 74402 15876
23757 36825 82456 15876
21267 36826 74403 15876
23757 36826 82455 15876
21267 36827 74403 15876
23757 36827 82456 15876
21267 36828 74404 15876
23757 36828 82455 15876
21267 36829 74404 15876
23757 36829 82456 15876
21267 36830 74405 15876
23757 36830 82455 15876
21267 36831 74405 15876
23757 36831 82456 15876
21267 36832 74406 15876
23757 36832 82455 15876
21267 36833 74406 15876
23757 36833 82456 15876
21267 36834 74407 15876
23757 36834 82455 15876
21267 36835 74407 15876
23757 36835 82456 15876
21267 36836 74408 15876
23757 36836 82455 15876
21267 36837 74408 15876
23757 36837 82456 15876
21267 36838 74409 15876
23757 36838 82455 15876
21267 36839 74409 15876
23757 36839 82456 15876
21267 36840 74410 15876
23757 36840 82455 15876
21267 36841 74410 15876
23757 36841 82456 15876
21267 36842 74411 15876
23757 36842 82455 15876
21267 36843 74411 15876
23757 36843 82456 15876
21267 36844 74412 15876
23757 36844 82455 15876
21267 36845 74412 15876
23757 36845 82456 15876
21267 36846 74413 15876
23757 36846 82455 15876
21267 36847 74413 15876
23757 36847 82456 15876