SELECT 
  product_id, 
  group_id 
FROM 
  cscart_product_variation_group_products 
WHERE 
  group_id IN (
    1137, 1068, 1127, 1108, 1119, 1120, 1130, 
    1150, 1158, 1065, 1140, 1157, 1182, 
    1089, 1106, 1069, 1136, 1156, 1161, 
    1165
  )

Query time 0.00143

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "32.01"
    },
    "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": 60,
      "rows_produced_per_join": 60,
      "filtered": "100.00",
      "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_variation_group_products`.`group_id` in (1137,1068,1127,1108,1119,1120,1130,1150,1158,1065,1140,1157,1182,1089,1106,1069,1136,1156,1161,1165))",
      "cost_info": {
        "read_cost": "26.01",
        "eval_cost": "6.00",
        "prefix_cost": "32.01",
        "data_read_per_join": "960"
      },
      "used_columns": [
        "product_id",
        "group_id"
      ]
    }
  }
}

Result

product_id group_id
11088 1065
11089 1065
11087 1065
11109 1068
11108 1068
11110 1069
11111 1069
11263 1089
11265 1089
11336 1106
11339 1106
11340 1106
11343 1108
11345 1108
11346 1108
11366 1119
11367 1119
11370 1120
11371 1120
11394 1127
11395 1127
11396 1127
11397 1127
11398 1127
11406 1130
11407 1130
11422 1136
11423 1136
11424 1136
11425 1136
11426 1137
11427 1137
11428 1137
11429 1137
11434 1140
11435 1140
11436 1140
11469 1150
11470 1150
11471 1150
11487 1156
11488 1156
11489 1156
11490 1157
11491 1157
11492 1157
11493 1158
11494 1158
11495 1158
11505 1161
11506 1161
11507 1161
11517 1165
11518 1165
11519 1165
11592 1182
11593 1182
11594 1182