QUERY PLAN
Bitmap Heap Scan on tbl_term_taxonomies (cost=12.50..17.91 rows=2 width=16)
Recheck Cond: (id = ANY ('{1,2,5,137,7,185,191,164,131,181,226,142,179,232,168,178,333,133,139,309,184,189,349,369,359,326,356,352,160}'::integer[]))
Filter: (term_id = 15)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..12.49 rows=29 width=0)
Index Cond: (id = ANY ('{1,2,5,137,7,185,191,164,131,181,226,142,179,232,168,178,333,133,139,309,184,189,349,369,359,326,356,352,160}'::integer[]))