image.attached_to_variant? returns false and image.variants is empty if the image is attached to a variant that is not in the first 250 variants.
image_attached_to_250th_variant.attached_to_variant? # true
image_attached_to_251st_variant.attached_to_variant? # false