SELECT 
  object_id 
FROM 
  tmall_cp_advertisement_markers 
WHERE 
  status = 'A' 
  AND object_id IN (230, 231, 232, 233, 234)

Query time 0.01326

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}