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 (
    108997, 97273, 108863, 108847, 108846, 
    110784, 108984, 97010, 97009, 97008, 
    109024, 110785, 108955, 98935, 108976, 
    108865, 108864, 109010, 108876, 108875
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00066

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 3701478115049.jpg 1000 1000 99992 97008 product 103515 M 0 103515
0 3701478115049_r8bb-dq.jpg 1000 1000 99993 97009 product 103516 M 0 103516
0 3701478115049_w5r1-16.jpg 1000 1000 99994 97010 product 103517 M 0 103517
0 5054286011125.jpg 1000 1000 100280 97273 product 103803 M 0 103803
0 5054285894033.jpg 1000 1000 101975 98935 product 105498 M 0 105498
0 9145563324635.jpg 1000 1000 111999 108846 product 115522 M 0 115522
0 9145563324635_s83x-d3.jpg 1000 1000 112000 108847 product 115523 M 0 115523
0 9145563324666.jpg 1000 1000 112016 108863 product 115539 M 0 115539
0 9145563324574.jpg 1000 1000 112017 108864 product 115540 M 0 115540
0 9145563324574_gmw1-kw.jpg 1000 1000 112018 108865 product 115541 M 0 115541
0 9145563324550.jpg 1000 1000 112028 108875 product 115551 M 0 115551
0 9145563324550_fdbm-fn.jpg 1000 1000 112029 108876 product 115552 M 0 115552
0 9145563324598.jpg 1000 1000 112108 108955 product 115631 M 0 115631
0 9145563324581.jpg 1000 1000 112129 108976 product 115652 M 0 115652
0 9145563324659.jpg 1000 1000 112137 108984 product 115660 M 0 115660
0 9145563324680.jpg 1000 1000 112150 108997 product 115673 M 0 115673
0 9145563324567.jpg 1000 1000 112163 109010 product 115686 M 0 115686
0 9145563324628.jpg 1000 1000 112177 109024 product 115700 M 0 115700
0 9355974464954.jpg 3000 3000 113951 110784 product 117474 M 0 117474
0 9355974484211.jpg 3000 3000 113952 110785 product 117475 M 0 117475