QUERY PLAN
Index Scan using tbl_addresses_pkey on tbl_addresses (cost=0.28..64.61 rows=3 width=26)
Index Cond: (id = ANY ('{4015,4016,4017,4082,4189,4190,4210,4211,4218,4219,4220,4221}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))