Depends on the theme, but if you’re looking for a solution that works for any theme, then you may include this code in the theme.liquid file right before the tag:
{%- if template contains ‘index’ -%}
What you’d be doing with that is redirecting all traffic that gets to your index page, so that it gets sent to your product page.
Not very optimal, but that’s the first thing that comes to mind now.