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 (
    1138, 1154, 1117, 1166, 1183, 1134, 1171, 
    1185, 1125, 1128, 1169, 1087, 1147, 
    1075, 1113, 1145
  )

Query time 0.00169

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "46.56"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "gp",
          "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": 37,
          "rows_produced_per_join": 37,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`gp`.`group_id` in (1138,1154,1117,1166,1183,1134,1171,1185,1125,1128,1169,1087,1147,1075,1113,1145))",
          "cost_info": {
            "read_cost": "16.96",
            "eval_cost": "3.70",
            "prefix_cost": "20.66",
            "data_read_per_join": "592"
          },
          "used_columns": [
            "product_id",
            "group_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "gpf",
          "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.gp.group_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 37,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "9.25",
            "eval_cost": "3.70",
            "prefix_cost": "33.61",
            "data_read_per_join": "3K"
          },
          "used_columns": [
            "feature_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": 37,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "9.25",
            "eval_cost": "3.70",
            "prefix_cost": "46.56",
            "data_read_per_join": "28K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
656 11137 3037 1075
779 11137 9517 1075
656 11136 1596 1075
779 11136 9517 1075
656 11236 1600 1087
779 11236 9523 1087
656 11237 1596 1087
779 11237 9524 1087
656 11352 9751 1113
779 11352 9522 1113
656 11355 9753 1113
779 11355 9588 1113
656 11362 9045 1117
779 11362 9522 1117
656 11363 1596 1117
779 11363 9522 1117
771 11390 9408 1125
656 11390 1596 1125
779 11390 9517 1125
771 11391 9408 1125
656 11391 3037 1125
779 11391 9523 1125
656 11399 6360 1128
779 11399 9517 1128
656 11400 3037 1128
779 11400 9870 1128
779 11416 9517 1134
656 11416 3037 1134
779 11415 9692 1134
656 11415 1600 1134
779 11414 9522 1134
656 11414 1596 1134
779 11417 9523 1134
656 11417 9516 1134
656 11430 1914 1138
779 11430 9523 1138
656 11431 1783 1138
779 11431 9588 1138
771 11458 9321 1145
656 11458 9045 1145
779 11458 9522 1145
771 11460 9321 1145
656 11460 1682 1145
779 11460 9692 1145
771 11462 9426 1147
656 11462 1596 1147
779 11462 9522 1147
771 11463 9426 1147
656 11463 3037 1147
779 11463 9517 1147
656 11479 6360 1154
779 11479 9522 1154
656 11481 1783 1154
779 11481 9523 1154
656 11520 1596 1166
779 11520 9522 1166
656 11521 3037 1166
779 11521 9517 1166
656 11530 1596 1169
779 11530 9517 1169
656 11532 1674 1169
779 11532 9556 1169
656 11535 1596 1171
779 11535 9517 1171
656 11536 6869 1171
779 11536 9556 1171
771 11598 9398 1183
656 11598 8285 1183
779 11598 9522 1183
771 11599 9398 1183
656 11599 3037 1183
779 11599 9523 1183
771 11600 9398 1183
656 11600 6360 1183
779 11600 9522 1183
771 11633 9349 1185
656 11633 6360 1185
779 11633 9517 1185
771 11634 9349 1185
656 11634 1674 1185
779 11634 9556 1185
771 11635 9349 1185
656 11635 9637 1185
779 11635 9557 1185
771 11636 9349 1185
656 11636 1558 1185
779 11636 9557 1185