QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.76..89.82 rows=20 width=206)
Recheck Cond: (id = ANY ('{1599,2531,885,879,1286,1282,1586,1738,1657,1739,2457,1711,1277,1452,1268,2452,370,1382,1034,1240}'::integer[]))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{1599,2531,885,879,1286,1282,1586,1738,1657,1739,2457,1711,1277,1452,1268,2452,370,1382,1034,1240}'::integer[]))