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.detailed_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 (
    86394, 86283, 86282, 86281, 86280, 86279, 
    86278, 86277, 86276, 86275, 85925, 
    85922, 85921, 85920, 85919, 85918, 
    85917, 85916, 85915, 85914
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00049

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 20 Using index condition; Using filesort
1 SIMPLE cscart_images eq_ref PRIMARY PRIMARY 4 toolboxdigitalshop_dev.cscart_images_links.detailed_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 5054285057629_tkrt-yi.jpg 1000 1000 88864 85914 product 92387 M 0 92387
0 5054285057629_3hae-xh.jpg 1000 1000 88865 85915 product 92388 M 0 92388
0 5054285057629_h14o-9q.jpg 1000 1000 88866 85916 product 92389 M 0 92389
0 5054285057629_zfmr-8b.jpg 1000 1000 88867 85917 product 92390 M 0 92390
0 5054285057629_sdmx-8f.jpg 1000 1000 88868 85918 product 92391 M 0 92391
0 5054285057629_z1zq-vx.jpg 1000 1000 88869 85919 product 92392 M 0 92392
0 5054285057629_9zej-dc.jpg 1000 1000 88870 85920 product 92393 M 0 92393
0 5054285057629_1vd5-jn.jpg 1000 1000 88871 85921 product 92394 M 0 92394
0 5054285057629_vj3h-ab.jpg 1000 1000 88872 85922 product 92395 M 0 92395
0 5054285061077.jpg 1000 1000 88875 85925 product 92398 M 0 92398
0 5054285120576.jpg 1000 1000 89003 86275 product 92526 M 0 92526
0 5054285120576_mc4k-ov.jpg 1000 1000 89004 86276 product 92527 M 0 92527
0 5054285120576_ggh4-s9.jpg 1000 1000 89005 86277 product 92528 M 0 92528
0 5054285120576_vk37-vs.jpg 1000 1000 89006 86278 product 92529 M 0 92529
0 5054285120576_vftm-9e.jpg 1000 1000 89007 86279 product 92530 M 0 92530
0 5054285120576_cijv-dx.jpg 1000 1000 89008 86280 product 92531 M 0 92531
0 5054285120576_30a8-ly.jpg 1000 1000 89009 86281 product 92532 M 0 92532
0 5054285120576_31el-67.jpg 1000 1000 89010 86282 product 92533 M 0 92533
0 5054285120576_u2sx-9n.jpg 1000 1000 89011 86283 product 92534 M 0 92534
0 5054285136553.jpg 1000 1000 89123 86394 product 92646 M 0 92646