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 (
    60753, 63814, 65090, 65092, 65422, 64625, 
    62259, 64624, 65499, 61340, 64850, 
    65498
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00109

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_images_links.position, cscart_images_links.pair_id",
        "table": {
          "table_name": "cscart_images_links",
          "access_type": "range",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "rows": 12,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (60753,63814,65090,65092,65422,64625,62259,64624,65499,61340,64850,65498)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_migrate.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.detailed_id = cscart_images.image_id)"
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "107",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["cscart_migrate.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_id = cscart_images.image_id and cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'en' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

pair_id object_id object_type image_id detailed_id type position image_type show_gallery gallery_category_id image_path alt image_x image_y images_image_id
12333 60753 product 0 21626 M 0 D 0 0 G26_Gooseneck_Arm_-_Barn_Light_Electric.png G26 Gooseneck Arm 3334 3334 21626
15669 61340 product 0 27138 M 0 D 0 0 heavy-duty-stem-mount-canopy.jpg Barn Light Heavy Duty Stem Mount Canopy 1000 1000 27138
27444 63814 product 0 39621 M 0 D 0 0 floor-lamp-circle-b-red-brass-black-cord.jpg Circle B Floor Lamp, 400-Barn Red, Brass Stem, SBK-Standard Black Cord, Nostalgic Edison 1890 Era 40W Bulb 600 600 39621
32543 64624 product 0 44776 M 0 D 0 0 LED-bulbs-G25-Porcelain-II-540-Lumens-2700K-on-Tala.jpg Porcelain II LED Tala Lamp - On 1000 1000 44776
32544 64625 product 0 44777 M 0 D 0 0 LED-bulbs-G40-Porcelain-III-540-Lumens-2700K-on-Tala.jpg Porcelain III LED Tala Lamp - On 1000 1000 44777
41950 64850 product 0 54183 M 0 D 0 0 Mig-2-Light-Chandelier-Galvanized-White-Red-Chevron-Cord_yruw-74.jpg Mig 2-Light Linear Pendant, 975-Galvanized, CRZ-Red Chevron Cord 1000 1000 54183
53521 65090 product 0 65754 M 0 D 0 0 Bucket-Series-Gooseneck-G32-Barn-Red-Web.jpg Bucket Gooseneck Light, 400-Barn Red, G32 Gooseneck Arm 1000 1000 65754
53528 65092 product 0 65761 M 0 D 0 0 Bucket-Series-Cord-Hung-Teal-Black-Cloth-Cord-Web.jpg Bucket Pendant Light, 390-Teal, CSB-Black Cloth Cord 1000 1000 65761
53861 62259 product 0 66094 M 0 D 0 0 Wire-Guard-Delphite.jpg Wire Guard, 715-Delphite 1000 1000 66094
59132 65422 product 0 71365 M 0 D 0 0 seaside-flush-mount-14in-765-delphite.jpg 14" Seaside, 765-Porcelain Delphite 1000 1000 71365
59448 65498 product 0 71681 M 0 D 0 0 Drum-schoolhouse-sconce-Black.jpg Drum Schoolhouse Sconce, 100-Black, Clear Glass, Four Painted Band 1000 1000 71681
59470 65499 product 0 71703 M 0 D 0 0 0-Globe-schoolhouse-sconce-alt.jpg Round Schoolhouse Sconce, 307-Emerald Green, Clear Glass, Four Painted Band 1000 1000 71703