QUERY PLAN
Sort (cost=7.97..7.98 rows=3 width=269)
Sort Key: (array_position('{1011,1001,1013}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..7.95 rows=3 width=269)
Filter: (id = ANY ('{1011,1001,1013}'::integer[]))