SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  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 (
    10105, 10107, 566, 564, 10218, 606, 609, 
    603, 565, 608, 10106, 601
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00117

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 12 Using index condition; Using filesort
1 SIMPLE cscart_images eq_ref PRIMARY PRIMARY 3 mahm3t_cs443.cscart_images_links.detailed_id 1 Using where
1 SIMPLE cscart_common_descriptions eq_ref PRIMARY PRIMARY 107 mahm3t_cs443.cscart_images.image_id,const,const 1 Using where

Result

pair_id object_id object_type image_id detailed_id type position emo_md5 image_path alt image_x image_y images_image_id
1618 564 product 0 1563 M 0 eps_dip_sil_000.png 213 145 1563
1619 565 product 0 1564 M 0 eps_dip_gol_000.png 216 145 1564
1620 566 product 0 1565 M 0 eps_dip_ter_000.png 208 145 1565
1653 609 product 0 1598 M 0 mdm_vaxo_00s_000.jpg Roof membrane VAXO 331 225 1598
1658 601 product 0 1603 M 0 ventia_iron.png 800 800 1603
1660 603 product 0 1605 M 0 ventia_gold.png 800 800 1605
1663 606 product 0 1608 M 0 Titanium_.JPG 400 473 1608
1665 608 product 0 1610 M 0 ventia_metal.jpg 600 600 1610
26324 10105 product 0 21899 M 0 pir_al_tag.jpg 600 600 21899
26613 10106 product 0 22188 M 0 pir_bt_fit.jpg 600 600 22188
26758 10107 product 0 22333 M 0 pir_ws_fit.jpg 600 600 22333
27852 10218 product 0 23427 M 0 eps_dip_trp_000.png 208 145 23427