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 = 'se' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    10210, 9822, 9821, 8877, 9823, 10206, 
    9824, 9826, 10208, 9825, 10165, 1646
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00116

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
11880 8877 product 0 8512 M 0 116277-01-L140448537553b6beff98f38.jpg 1280 960 8512
13374 9825 product 0 8961 M 0 roto_d48h_000.jpg 356 278 8961
13380 9826 product 0 8967 M 0 roto_d48k_000_8rh9-cl.jpg 286 232 8967
27710 10206 product 0 23285 M 0 116627-01-L_b570-lj.jpg 1280 960 23285
27723 10208 product 0 23298 M 0 VELUX_GGU_Integra140520003253c1a6a0d2edb_4sld-mc.jpg 600 400 23298
27737 10210 product 0 23312 M 0 116277-01-L140448537553b6beff98f38_5qxp-pg.jpg 1280 960 23312
29451 1646 product 0 25028 M 0 odf_ftt_r3_000.jpg 800 800 25028
29548 10165 product 0 25125 M 0 odf_fttu_r3_000.jpg 2000 2000 25125
31637 9821 product 0 27215 M 0 velux_gll.jpg 1024 768 27215
31649 9823 product 0 27227 M 0 velux_gll-b_02.jpg 1024 768 27227
31660 9822 product 0 27238 M 0 119096-011-XXL.jpg 1024 768 27238
31672 9824 product 0 27250 M 0 119096-011-XXL_ll90-92.jpg 1024 768 27250