QUERY PLAN
Sort (cost=8.16..8.17 rows=4 width=269)
Sort Key: (array_position('{1001,5332,1011,5360}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..8.12 rows=4 width=269)
Filter: (id = ANY ('{1001,5332,1011,5360}'::integer[]))