On Store page, when you hover on each product >> Image will change to another image.
You can use this code to Website > Website Tools > Custom CSS to disable it.
img.grid-item-image.grid-image-cover {
opacity: 1 !important;
}
img.grid-item-image.grid-item-additional-image {
opacity: 0 !important;
}
img.grid-item-image.grid-image-hover {
opacity: 0 !important;
}