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 (
    623, 608, 642, 625, 547, 562, 622, 621, 
    552, 564, 466, 673, 689, 555, 464, 624, 
    667, 465, 635, 669, 679
  )

Query time 0.00214

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "58.81"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "gpf",
          "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": 21,
          "rows_produced_per_join": 21,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`gpf`.`group_id` in (623,608,642,625,547,562,622,621,552,564,466,673,689,555,464,624,667,465,635,669,679))",
          "cost_info": {
            "read_cost": "12.61",
            "eval_cost": "2.10",
            "prefix_cost": "14.71",
            "data_read_per_join": "2K"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "gp",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "idx_group_id",
          "used_key_parts": [
            "group_id"
          ],
          "key_length": "3",
          "ref": [
            "softwarepirmam_hewadelivard_cscart_4.gpf.group_id"
          ],
          "rows_examined_per_scan": 3,
          "rows_produced_per_join": 63,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "15.75",
            "eval_cost": "6.30",
            "prefix_cost": "36.76",
            "data_read_per_join": "1008"
          },
          "used_columns": [
            "product_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": [
            "softwarepirmam_hewadelivard_cscart_4.gpf.feature_id",
            "softwarepirmam_hewadelivard_cscart_4.gp.product_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 63,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "15.75",
            "eval_cost": "6.30",
            "prefix_cost": "58.81",
            "data_read_per_join": "48K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
656 4108 4705 464
656 4107 2315 464
656 3734 1560 464
656 4109 1560 465
656 3798 1707 465
656 4110 1560 466
656 4111 1913 466
656 3811 1558 466
656 4899 6255 547
656 4898 1598 547
656 4897 1596 547
656 4896 1559 547
656 4894 1560 547
656 4915 6250 552
656 4917 1556 552
656 4924 6255 552
656 4923 6254 552
656 4922 6253 552
656 4921 6252 552
656 4920 1914 552
656 4919 1596 552
656 4918 1560 552
656 4925 6256 552
656 4927 6258 552
656 4926 6257 552
656 4941 6290 555
656 4940 6284 555
656 4939 1560 555
656 4935 6285 555
656 4973 6258 562
656 4972 6257 562
656 4971 6256 562
656 4970 6255 562
656 4969 6254 562
656 4968 6252 562
656 4967 6250 562
656 4966 1914 562
656 4965 1596 562
656 4964 1560 562
656 4963 1556 562
656 4962 6253 562
656 4987 6258 564
656 4986 6257 564
656 4985 6255 564
656 4984 6254 564
656 4977 1556 564
656 4976 6256 564
656 4981 6250 564
656 4980 1914 564
656 4979 1596 564
656 4978 1560 564
656 4982 6252 564
656 4983 6253 564
656 5618 1558 608
656 5619 1559 608
656 5620 6971 608
656 5621 1776 608
656 5687 2077 621
656 5688 6250 621
656 5689 1754 621
656 5690 1681 621
656 5691 2077 622
656 5692 6250 622
656 5693 1754 622
656 5694 1681 622
656 5696 1681 623
656 5697 2077 623
656 5698 6250 623
656 5699 1754 623
656 5700 6250 624
656 5701 1559 624
656 5702 2077 624
656 5703 6250 625
656 5704 1559 625
656 5705 2077 625
656 5818 6360 635
656 5819 1600 635
656 5820 3421 635
656 6203 1707 635
656 6204 5991 635
656 5894 6991 642
656 5893 1784 642
656 5892 7064 642
656 6064 1596 667
656 6065 1560 667
656 6066 1600 667
656 6067 6285 667
656 6074 1558 669
656 6075 1707 669
656 5956 1560 673
656 6087 1600 673
656 6088 6284 673
656 6089 6285 673
656 6090 6290 673
656 6091 6360 673
656 6092 6995 673
656 6093 7064 673
656 6117 1600 679
656 6118 1560 679
656 6196 1596 689
656 6195 1560 689
656 6194 1556 689
656 6197 2077 689
656 6198 6250 689
656 6199 6252 689
656 6200 6253 689
656 6201 6255 689
656 6202 6256 689