SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_id AS images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    88194, 88192, 88190, 88189, 88188, 88186, 
    88185, 88137, 88136, 88135, 88054, 
    88053, 88052, 88051, 88050, 87782, 
    87781, 87697, 87696, 87695, 87694, 
    87581, 88552, 88551, 88550, 88549, 
    88548, 88547, 88080, 87985, 88796, 
    88795, 88083, 87879, 87704, 87693, 
    87690, 87587, 87586, 87669
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00060

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_images_links range object_id object_id 81 40 Using index condition; Using filesort
1 SIMPLE cscart_images eq_ref PRIMARY PRIMARY 4 toolboxdigitalshop_dev.cscart_images_links.image_id 1
1 SIMPLE cscart_common_descriptions eq_ref PRIMARY PRIMARY 108 toolboxdigitalshop_dev.cscart_images.image_id,const,const 1 Using where

Result

image_id image_path image_x image_y pair_id object_id object_type detailed_id type position alt images_image_id
0 90352 87581 product 93875 M 0
0 90357 87586 product 93880 M 0
0 90358 87587 product 93881 M 0
0 90440 87669 product 93963 M 0
0 90461 87690 product 93984 M 0
0 90464 87693 product 93987 M 0
0 90465 87694 product 93988 M 0
0 90466 87695 product 93989 M 0
0 90467 87696 product 93990 M 0
0 90468 87697 product 93991 M 0
0 90475 87704 product 93998 M 0
0 90552 87781 product 94075 M 0
0 90553 87782 product 94076 M 0
0 90650 87879 product 94173 M 0
0 90756 87985 product 94279 M 0
0 90821 88050 product 94344 M 0
0 90822 88051 product 94345 M 0
0 90823 88052 product 94346 M 0
0 90824 88053 product 94347 M 0
0 90825 88054 product 94348 M 0
0 90851 88080 product 94374 M 0
0 90854 88083 product 94377 M 0
0 90906 88135 product 94429 M 0
0 90907 88136 product 94430 M 0
0 90908 88137 product 94431 M 0
0 90955 88185 product 94478 M 0
0 90956 88186 product 94479 M 0
0 90958 88188 product 94481 M 0
0 90959 88189 product 94482 M 0
0 90960 88190 product 94483 M 0
0 90962 88192 product 94485 M 0
0 90964 88194 product 94487 M 0
0 91346 88547 product 94869 M 0
0 91347 88548 product 94870 M 0
0 91348 88549 product 94871 M 0
0 91349 88550 product 94872 M 0
0 91350 88551 product 94873 M 0
0 91351 88552 product 94874 M 0
0 91594 88795 product 95117 M 0
0 91595 88796 product 95118 M 0