QUERY PLAN
Sort (cost=8.21..8.22 rows=4 width=271)
Sort Key: (array_position('{1000,5250,5461,5064}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..8.17 rows=4 width=271)
Filter: (id = ANY ('{1000,5250,5461,5064}'::integer[]))