QUERY PLAN
Sort (cost=8.36..8.37 rows=5 width=269)
Sort Key: (array_position('{1001,1000,5250,5016,5064}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..8.30 rows=5 width=269)
Filter: (id = ANY ('{1001,1000,5250,5016,5064}'::integer[]))