QUERY PLAN
Sort (cost=10.26..10.27 rows=2 width=294)
Sort Key: user_status DESC, created_at
-> Seq Scan on tbl_users (cost=0.00..10.25 rows=2 width=294)
Filter: (id = ANY ('{5493,5495}'::integer[]))