QUERY PLAN
Bitmap Heap Scan on tbl_term_taxonomies (cost=13.58..19.65 rows=2 width=16)
Recheck Cond: (id = ANY ('{5,136,140,139,215,226,1,2,229,184,189,185,192,191,135,205,204,348,164,181,165,307,137,160,232,349,359,369,352,356,350,354,372,333,323,366}'::integer[]))
Filter: (term_id = 15)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.58 rows=36 width=0)
Index Cond: (id = ANY ('{5,136,140,139,215,226,1,2,229,184,189,185,192,191,135,205,204,348,164,181,165,307,137,160,232,349,359,369,352,356,350,354,372,333,323,366}'::integer[]))