QUERY PLAN
Sort (cost=8.01..8.02 rows=3 width=271)
Sort Key: (array_position('{1011,5360,1013}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..7.99 rows=3 width=271)
Filter: (id = ANY ('{1011,5360,1013}'::integer[]))