SELECT 
  option_id, 
  option_type 
FROM 
  product_options 
WHERE 
  option_id IN (
    4351, 4352, 4353, 4354, 4639, 4640, 4653, 
    4654, 4655, 4681, 4829
  )

Query time 0.00051

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.83"
    },
    "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": "6.73",
        "eval_cost": "1.10",
        "prefix_cost": "7.83",
        "data_read_per_join": "33K"
      },
      "used_columns": [
        "option_id",
        "option_type"
      ],
      "attached_condition": "(`goimagine`.`product_options`.`option_id` in (4351,4352,4353,4354,4639,4640,4653,4654,4655,4681,4829))"
    }
  }
}

Result

option_id option_type
4351 S
4352 S
4353 S
4354 S
4639 S
4640 S
4653 S
4654 S
4655 S
4681 S
4829 S