QUERY PLAN
Sort (cost=7.81..7.82 rows=2 width=271)
Sort Key: (array_position('{1001,5064}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..7.80 rows=2 width=271)
Filter: (id = ANY ('{1001,5064}'::integer[]))