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 (
    109483, 109228, 109227, 109167, 109166, 
    108809, 108808, 108807, 108800, 108796, 
    108795, 109600, 108788, 108787, 108779, 
    108778, 108777, 108776, 109363, 109242
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00069

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 5028386720232.jpg 1400 1400 111929 108776 product 115452 M 0 115452
0 5028386720232_rpt8-j1.jpg 1400 1400 111930 108777 product 115453 M 0 115453
0 5028386720232_z3dz-w2.jpg 1400 1400 111931 108778 product 115454 M 0 115454
0 5028386720232_wegx-nf.jpg 1400 1400 111932 108779 product 115455 M 0 115455
0 5054286853640.jpg 1400 1400 111940 108787 product 115463 M 0 115463
0 5054286853640_xn4t-zi.jpg 1400 1400 111941 108788 product 115464 M 0 115464
0 5054286668664.jpg 1000 1000 111948 108795 product 115471 M 0 115471
0 5054286850434.jpg 1400 1400 111949 108796 product 115472 M 0 115472
0 5054286830108.jpg 1400 1400 111953 108800 product 115476 M 0 115476
0 5054286830047.jpg 1400 1400 111960 108807 product 115483 M 0 115483
0 5054286840107.jpg 1400 1400 111961 108808 product 115484 M 0 115484
0 5054286840107_4nrp-j7.jpg 1400 1400 111962 108809 product 115485 M 0 115485
0 5054286888802.jpg 1400 1400 112318 109166 product 115841 M 0 115841
0 5054286888802_f6qb-ng.jpg 1400 1400 112319 109167 product 115842 M 0 115842
0 5054286887461.jpg 1000 1000 112379 109227 product 115902 M 0 115902
0 5054286887461_tvay-c3.jpg 1000 1000 112380 109228 product 115903 M 0 115903
0 5054286885801_znlf-ds.jpg 1400 1400 112395 109242 product 115918 M 0 115918
0 5054286896692.jpg 1400 1400 112516 109363 product 116039 M 0 116039
0 5054286905226.jpg 1400 1400 112638 109483 product 116161 M 0 116161
0 5054286911111.jpg 1400 1400 112755 109600 product 116278 M 0 116278