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 (
    1145, 1080, 1141, 1143, 1116, 1094, 1167, 
    1118, 1058, 1063, 1051
  )

Query time 0.00129

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "31.51"
    },
    "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": 25,
          "rows_produced_per_join": 25,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`gp`.`group_id` in (1145,1080,1141,1143,1116,1094,1167,1118,1058,1063,1051))",
          "cost_info": {
            "read_cost": "11.51",
            "eval_cost": "2.50",
            "prefix_cost": "14.01",
            "data_read_per_join": "400"
          },
          "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": 25,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "6.25",
            "eval_cost": "2.50",
            "prefix_cost": "22.76",
            "data_read_per_join": "2K"
          },
          "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": 25,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "6.25",
            "eval_cost": "2.50",
            "prefix_cost": "31.51",
            "data_read_per_join": "19K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
656 10991 1600 1051
779 10991 9507 1051
656 10992 1596 1051
779 10992 9505 1051
779 11025 9529 1058
656 11025 1783 1058
779 11024 9528 1058
656 11024 9359 1058
779 11081 9517 1063
656 11081 1596 1063
779 11080 9517 1063
656 11080 1600 1063
779 11082 9506 1063
656 11082 9045 1063
656 11152 1674 1080
779 11152 9590 1080
656 11153 1596 1080
779 11153 9517 1080
771 11300 9323 1094
656 11300 1596 1094
779 11300 9524 1094
771 11301 9323 1094
656 11301 1674 1094
779 11301 9692 1094
656 11360 9772 1116
779 11360 9523 1116
656 11361 6360 1116
779 11361 9522 1116
656 11364 1600 1118
779 11364 9523 1118
656 11365 1674 1118
779 11365 9778 1118
656 11439 1596 1141
779 11439 9517 1141
656 11441 3037 1141
779 11441 9588 1141
656 11445 1600 1141
779 11445 9588 1141
656 11453 1596 1143
779 11453 9517 1143
656 11454 3037 1143
779 11454 9588 1143
656 11455 9802 1143
779 11455 9627 1143
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 11522 10057 1167
656 11522 3037 1167
779 11522 9517 1167
771 11523 10057 1167
656 11523 3037 1167
779 11523 10058 1167