Targeting specific Page Template for sidebar page

WordPress is very accommodating when it comes to conditionals:

if (is_page_template('products.php')) {
...