QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.76..89.59 rows=20 width=47)
Recheck Cond: (id = ANY ('{263,84,325,558,132,3300,409,516,1368,3102,427,429,130,3993,3090,2781,2648,3057,3768,3039}'::integer[]))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{263,84,325,558,132,3300,409,516,1368,3102,427,429,130,3993,3090,2781,2648,3057,3768,3039}'::integer[]))