SELECT 
  product_id, 
  group_id 
FROM 
  cscart_product_variation_group_products 
WHERE 
  group_id IN (
    71, 72, 73, 54, 69, 68, 70, 131, 46, 119, 
    120, 25, 87, 84, 31, 90, 82, 86, 89, 85, 
    92, 88, 93, 91, 94, 83, 53, 26, 28, 29, 
    27, 79, 77, 112, 114, 115
  )

Query time 0.00067

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "73.46"
    },
    "table": {
      "table_name": "cscart_product_variation_group_products",
      "access_type": "index",
      "possible_keys": [
        "idx_group_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "group_id"
      ],
      "key_length": "6",
      "rows_examined_per_scan": 353,
      "rows_produced_per_join": 116,
      "filtered": "32.86",
      "using_index": true,
      "cost_info": {
        "read_cost": "50.26",
        "eval_cost": "23.20",
        "prefix_cost": "73.46",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "product_id",
        "group_id"
      ],
      "attached_condition": "(`cscart`.`cscart_product_variation_group_products`.`group_id` in (71,72,73,54,69,68,70,131,46,119,120,25,87,84,31,90,82,86,89,85,92,88,93,91,94,83,53,26,28,29,27,79,77,112,114,115))"
    }
  }
}

Result

product_id group_id
564 25
565 25
566 25
567 25
568 26
569 26
570 26
571 26
572 26
573 27
574 27
575 27
576 27
577 27
578 28
579 28
580 28
581 28
582 28
583 29
584 29
585 29
586 29
592 31
593 31
636 46
637 46
678 53
679 53
680 53
699 54
700 54
701 54
702 54
774 68
775 68
776 68
777 69
778 69
779 69
780 69
781 70
782 70
783 70
784 70
785 71
786 71
787 71
788 72
789 72
790 72
791 72
792 73
793 73
794 73
795 73
811 77
812 77
815 79
816 79
817 79
818 79
827 82
828 82
829 82
830 82
831 82
832 83
833 83
834 84
835 84
837 85
838 85
839 85
840 85
841 85
842 86
843 86
844 86
845 86
846 86
847 87
848 87
849 87
850 87
851 87
852 88
853 88
854 89
855 89
856 89
857 89
858 89
859 90
860 90
861 90
862 90
863 90
864 91
865 91
866 91
867 91
868 92
869 92
870 92
871 92
872 92
873 93
874 93
875 94
876 94
877 94
878 94
945 112
946 112
953 114
954 114
955 114
956 115
957 115
958 115
969 119
970 119
972 120
973 120
974 120
975 120
1025 131
1026 131
1027 131