How to echo woocommerce category name

You create WP_Query with tax_query and retrieve posts with category slug bronchoscopes. If you hardcoded category slug – you can hardcode also category name. Use get_the_terms() inside loop and you will retrieve all categories attached to post. Or get_the_term_list().