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 (102, 541, 542, 731)

Query time 0.00112

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "24.01"
    },
    "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": 20,
          "rows_produced_per_join": 20,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`gp`.`group_id` in (102,541,542,731))",
          "cost_info": {
            "read_cost": "8.01",
            "eval_cost": "2.00",
            "prefix_cost": "10.01",
            "data_read_per_join": "320"
          },
          "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": 20,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "5.00",
            "eval_cost": "2.00",
            "prefix_cost": "17.01",
            "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": 20,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "5.00",
            "eval_cost": "2.00",
            "prefix_cost": "24.01",
            "data_read_per_join": "15K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
643 1274 1684 102
656 1274 1912 102
648 1274 1687 102
643 1483 1684 102
656 1483 1607 102
648 1483 1687 102
643 1484 1684 102
656 1484 1913 102
648 1484 1687 102
643 1485 1526 102
656 1485 1607 102
648 1485 1561 102
643 1486 1526 102
656 1486 1912 102
648 1486 1561 102
643 1487 1526 102
656 1487 1913 102
648 1487 1561 102
656 4796 1914 541
656 4797 1607 541
648 4800 1563 542
656 4800 1914 542
643 4800 1587 542
648 4799 1564 542
656 4799 1607 542
643 4799 1587 542
648 4798 1563 542
656 4798 1607 542
643 4798 1587 542
648 4805 1564 542
656 4805 1914 542
643 4805 1592 542
648 4804 1563 542
656 4804 1914 542
643 4804 1592 542
648 4803 1564 542
656 4803 1607 542
643 4803 1592 542
648 4802 1563 542
656 4802 1607 542
643 4802 1592 542
648 4801 1564 542
656 4801 1914 542
643 4801 1587 542
648 6618 1561 731
656 6618 1600 731
643 6618 1526 731
648 6617 1562 731
656 6617 1607 731
643 6617 1587 731
648 6616 1562 731
656 6616 1600 731
643 6616 1587 731
648 4794 1561 731
656 4794 1607 731
643 4794 1526 731