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 (
    62186, 62187, 62188, 62185, 62189, 64853, 
    65616
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00047

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": 7,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (62186,62187,62188,62185,62189,64853,65616)"
        }
      }
    },
    "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
20378 62185 product 0 32200 M 0 D 0 0 Aero-Retro-Desk-Lamp-Galvanized-Black-Standard-Cord.jpg Aero Retro Desk Lamp, 12" Shade, 975-Galvanized, 12” Stem, Standard Black Cord 1000 1000 32200
20379 62186 product 0 32201 M 0 D 0 0 dino-task-lamp-39-teal-alt.jpg Dino Retro Desk Lamp, 12" Shade, 390-Teal, 12" Stem, Standard White Cord 1000 1000 32201
20381 62187 product 0 32203 M 0 D 0 0 original-task-lamp-206-matte-white.jpg 12" The Original™ Retro Desk Lamp, 206-Matte White, CSBW-Black & White Cloth Cord 1000 1000 32203
20385 62188 product 0 32207 M 0 D 0 0 Admiral-Retro-Desk-Lamp-11-inch-Jadite-White-Cord.jpg Bomber Retro Desk Lamp, 11” Shade, 311-Jadite, 12" Stem, Standard White Cord 1000 1000 32207
20619 62189 product 0 32446 M 0 D 0 0 marathon-task-lamp-106-matte-black.jpg 12" Marathon Retro Desk Lamp, 106-Matte Black, CSBW-Black & White Cloth Cord 1000 1000 32446
42104 64853 product 0 54337 M 0 D 0 0 lovell-task-lamp-delphite-black-white-cord.jpg Lovell Task Lamp, 715-Delphite Blue, Stem in 975-Galvanized, CSBW-Black & White Cloth Cord, Black Plug & Switch 600 600 54337
64916 65616 product 0 77149 M 0 D 0 0 Loma-Lamp-480-blush-pink-490-magenta-CMG_1vce-nv_6zcd-up.jpg Loma Retro Desk Lamp, 480-Blush Pink with 490-Magenta Interior, CMG-Grey Cloth Cord 1000 1000 77149