SELECT 
  object_id 
FROM 
  tmall_cp_advertisement_markers 
WHERE 
  status = 'A' 
  AND object_id IN (216, 217, 225, 226, 227, 228, 229)

Query time 0.00845

JSON explain

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