SELECT 
  product_id, 
  group_id 
FROM 
  cscart_product_variation_group_products 
WHERE 
  group_id IN (62, 61, 60)

Query time 0.00021

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.56"
    },
    "table": {
      "table_name": "cscart_product_variation_group_products",
      "access_type": "range",
      "possible_keys": [
        "idx_group_id"
      ],
      "key": "idx_group_id",
      "used_key_parts": [
        "group_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "index_condition": "(`wearethehelpful_scalesta_net`.`cscart_product_variation_group_products`.`group_id` in (62,61,60))",
      "cost_info": {
        "read_cost": "2.16",
        "eval_cost": "0.40",
        "prefix_cost": "2.56",
        "data_read_per_join": "64"
      },
      "used_columns": [
        "product_id",
        "group_id"
      ]
    }
  }
}

Result

product_id group_id
1095 60
1096 60
1098 61
1099 61
1100 62
1101 62