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 (
    79485, 79484, 79483, 79482, 79481, 79480, 
    79479, 79473, 79472, 79475, 79474, 
    78864, 79371, 79362, 78850, 78630, 
    79249, 79248, 79247, 79243
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00112

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 5054284472492.jpg 1000 1000 81488 78630 product 85011 M 0 85011
0 5054284435329.jpg 1000 1000 81708 78850 product 85231 M 0 85231
0 5054284435336.jpg 1000 1000 81722 78864 product 85245 M 0 85245
0 5054284498171_ohjh-0w.jpg 1000 1000 82110 79243 product 85633 M 0 85633
0 5054284498171_aknt-2r.jpg 1000 1000 82114 79247 product 85637 M 0 85637
0 5054284498171_qq99-7a.jpg 1000 1000 82115 79248 product 85638 M 0 85638
0 5054284498171_6819-lj.jpg 1000 1000 82116 79249 product 85639 M 0 85639
0 5054284506906.jpg 1000 1000 82229 79362 product 85752 M 0 85752
0 5054284506982.jpg 1000 1000 82238 79371 product 85761 M 0 85761
0 5054284514550.jpg 1000 1000 82338 79472 product 85861 M 0 85861
0 5054284514550_joia-a0.jpg 1000 1000 82339 79473 product 85862 M 0 85862
0 5054284514505.jpg 1000 1000 82340 79474 product 85863 M 0 85863
0 5054284514512.jpg 1000 1000 82341 79475 product 85864 M 0 85864
0 5054284520001.jpg 1000 1000 82345 79479 product 85868 M 0 85868
0 5054284520001_6l07-wv.jpg 1000 1000 82346 79480 product 85869 M 0 85869
0 5054284520001_1pzl-kl.jpg 1000 1000 82347 79481 product 85870 M 0 85870
0 5054284520001_djw3-6l.jpg 1000 1000 82348 79482 product 85871 M 0 85871
0 5054284520001_ts6n-j0.jpg 1000 1000 82349 79483 product 85872 M 0 85872
0 5054284520001_7n6y-lm.jpg 1000 1000 82350 79484 product 85873 M 0 85873
0 5054284520001_0r70-z3.jpg 1000 1000 82351 79485 product 85874 M 0 85874