SELECT 
  option_id, 
  option_type 
FROM 
  product_options 
WHERE 
  option_id IN (
    65, 1329, 5948, 5949, 39, 48, 49, 66, 68, 
    69, 78, 79, 81, 345, 1175, 1325, 1326, 
    1432, 1718, 21306, 21307, 21308, 21309, 
    21310, 21312, 21313, 21314
  )

Query time 0.00062

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "17.00"
    },
    "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": 27,
      "rows_produced_per_join": 27,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "14.30",
        "eval_cost": "2.70",
        "prefix_cost": "17.00",
        "data_read_per_join": "82K"
      },
      "used_columns": [
        "option_id",
        "option_type"
      ],
      "attached_condition": "(`goimagine`.`product_options`.`option_id` in (65,1329,5948,5949,39,48,49,66,68,69,78,79,81,345,1175,1325,1326,1432,1718,21306,21307,21308,21309,21310,21312,21313,21314))"
    }
  }
}

Result

option_id option_type
39 S
48 S
49 S
65 S
66 S
68 S
69 S
78 S
79 S
81 S
345 S
1175 S
1325 S
1326 S
1329 S
1432 S
1718 S
5948 S
5949 S
21306 S
21307 S
21308 S
21309 S
21310 S
21312 S
21313 S
21314 S