Hello,
Yes, it could be done specifically by using the respective Product’s ID being generated in the body tag > and then using that ID along with the class of the Reset Variations text you can apply the CSS to hide the Reset Variations text from that specific Product like it is shown in the following image: https://snipboard.io/CwrxdZ.jpg
Here is the CSS that was shown in the above image:
.postid-8654 .wd-reset-var {
display: none;
}
Location to paste Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.
Hope this helps!
Best Regards