SELECT 
  option_id, 
  option_type 
FROM 
  product_options 
WHERE 
  option_id IN (
    25985, 25986, 25988, 25989, 25992, 25997, 
    25999, 25996, 26447, 26545, 31904
  )

Query time 0.00411

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.88"
    },
    "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": 11,
      "rows_produced_per_join": 11,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "5.78",
        "eval_cost": "1.10",
        "prefix_cost": "6.88",
        "data_read_per_join": "33K"
      },
      "used_columns": [
        "option_id",
        "option_type"
      ],
      "attached_condition": "(`goimagine`.`product_options`.`option_id` in (25985,25986,25988,25989,25992,25997,25999,25996,26447,26545,31904))"
    }
  }
}

Result

option_id option_type
25985 R
25986 R
25988 R
25989 R
25992 R
25996 R
25997 R
25999 R
26447 R
26545 R
31904 R