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