QUERY PLAN
Bitmap Heap Scan on tbl_term_taxonomies (cost=10.64..15.21 rows=1 width=15)
Recheck Cond: (id = ANY ('{185,369,184,374,307,380,352,349,183,323,354,327,198,324,372,385,389}'::integer[]))
Filter: (term_id = 15)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..10.63 rows=17 width=0)
Index Cond: (id = ANY ('{185,369,184,374,307,380,352,349,183,323,354,327,198,324,372,385,389}'::integer[]))