QUERY PLAN
Sort (cost=11.22..11.23 rows=1 width=33)
Sort Key: created_at
-> Seq Scan on tbl_users (cost=0.00..11.21 rows=1 width=33)
Filter: ((id = ANY ('{5329,5332,5420,1001,5087,5300,5311,5295,1013,1004,1005}'::integer[])) AND (id = ANY ('{1001,1004,1005,1013,5087,5295,5300,5311,5329,5332,5420}'::integer[])))