SELECT 
  option_id, 
  option_type 
FROM 
  product_options 
WHERE 
  option_id IN (
    65, 1720, 4475, 7417, 7418, 7419, 10454, 
    10457, 10481, 12599, 26568, 26569, 
    28209, 28210, 29279, 69, 345, 5797, 
    5799, 6467, 12777, 17177, 17178, 18745, 
    18746, 18747, 20308, 25815, 29263, 
    29537, 31132, 31138, 31140, 15396, 
    15397
  )

Query time 0.00251

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.32"
    },
    "table": {
      "table_name": "product_options",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "option_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 35,
      "rows_produced_per_join": 35,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "17.82",
        "eval_cost": "3.50",
        "prefix_cost": "21.32",
        "data_read_per_join": "106K"
      },
      "used_columns": [
        "option_id",
        "option_type"
      ],
      "attached_condition": "(`goimagine`.`product_options`.`option_id` in (65,1720,4475,7417,7418,7419,10454,10457,10481,12599,26568,26569,28209,28210,29279,69,345,5797,5799,6467,12777,17177,17178,18745,18746,18747,20308,25815,29263,29537,31132,31138,31140,15396,15397))"
    }
  }
}

Result

option_id option_type
65 S
69 S
345 S
1720 S
4475 S
5797 S
5799 S
6467 S
7417 S
7418 S
7419 S
10454 S
10457 S
10481 S
12599 S
12777 S
15396 S
15397 S
17177 S
17178 S
18745 S
18746 S
18747 S
20308 S
25815 S
26568 S
26569 S
28209 S
28210 S
29263 R
29279 S
29537 S
31132 S
31138 S
31140 S