SELECT 
  option_id, 
  option_type 
FROM 
  product_options 
WHERE 
  option_id IN (
    34388, 34403, 34439, 34470, 34473, 34474, 
    34486, 34487, 34583, 34584, 35110, 
    35138, 35236, 35304, 35404, 35919
  )

Query time 0.00078

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.86"
    },
    "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": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "11.26",
        "eval_cost": "1.60",
        "prefix_cost": "12.86",
        "data_read_per_join": "48K"
      },
      "used_columns": [
        "option_id",
        "option_type"
      ],
      "attached_condition": "(`goimagine`.`product_options`.`option_id` in (34388,34403,34439,34470,34473,34474,34486,34487,34583,34584,35110,35138,35236,35304,35404,35919))"
    }
  }
}

Result

option_id option_type
34388 S
34403 S
34439 S
34470 S
34473 S
34474 S
34486 S
34487 S
34583 S
34584 S
35110 S
35138 S
35236 S
35304 S
35404 S
35919 S