Oh, I see..thanks for replying.
Actually I already put some CSS on my page. And so far so good, running properly.
Maybe for the future, I shared the CSS code here for others references :
<?php if( is_home() || is_front_page() ) : ?>
<style>
.variations_form .variations .variables_wrapper {
display: none;
}
</style>
<?php endif; ?>
Thanks again.