QUERY PLAN
Sort (cost=7.78..7.78 rows=2 width=269)
Sort Key: (array_position('{5252,1001}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..7.77 rows=2 width=269)
Filter: (id = ANY ('{5252,1001}'::integer[]))