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 (
    1121, 1126, 1093, 1131, 1109, 1149, 1152, 
    1184
  )

Query time 0.00119

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "22.71"
    },
    "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": 18,
          "rows_produced_per_join": 18,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`gp`.`group_id` in (1121,1126,1093,1131,1109,1149,1152,1184))",
          "cost_info": {
            "read_cost": "8.31",
            "eval_cost": "1.80",
            "prefix_cost": "10.11",
            "data_read_per_join": "288"
          },
          "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": 18,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "4.50",
            "eval_cost": "1.80",
            "prefix_cost": "16.41",
            "data_read_per_join": "1K"
          },
          "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": 18,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "4.50",
            "eval_cost": "1.80",
            "prefix_cost": "22.71",
            "data_read_per_join": "13K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
656 11298 1596 1093
779 11298 9517 1093
656 11299 1600 1093
779 11299 9517 1093
656 11344 9598 1109
779 11344 9503 1109
656 11347 9598 1109
779 11347 9750 1109
771 11374 9329 1121
656 11374 1674 1121
779 11374 9520 1121
771 11375 9329 1121
656 11375 3037 1121
779 11375 9796 1121
771 11392 9867 1126
656 11392 1682 1126
779 11392 9588 1126
771 11393 9867 1126
656 11393 9355 1126
779 11393 9627 1126
771 11408 9423 1131
656 11408 9045 1131
779 11408 9522 1131
771 11409 9423 1131
656 11409 1596 1131
779 11409 9588 1131
771 11465 9329 1149
656 11465 1596 1149
779 11465 9968 1149
771 11467 9329 1149
656 11467 3037 1149
779 11467 9969 1149
656 11473 1889 1152
779 11473 9517 1152
656 11476 9486 1152
779 11476 9523 1152
771 11601 9477 1184
656 11601 1596 1184
779 11601 9528 1184
771 11602 9477 1184
656 11602 1596 1184
779 11602 10056 1184