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.image_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 = 'A' 
  AND cscart_images_links.object_id IN (60748, 60739, 60745, 60753) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00115

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": 39,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (60748,60739,60745,60753)"
        }
      }
    },
    "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.image_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.image_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
62286 60739 product 0 74519 A 0 D 0 0
62289 60745 product 0 74522 A 0 D 0 0
62292 60748 product 0 74525 A 0 D 0 0
62304 60753 product 0 74537 A 0 D 0 0
62287 60739 product 0 74520 A 1 D 0 0
62290 60745 product 0 74523 A 1 D 0 0
62293 60748 product 0 74526 A 1 D 0 0
62305 60753 product 0 74538 A 1 D 0 0
62288 60739 product 0 74521 A 2 D 0 0
62291 60745 product 0 74524 A 2 D 0 0
62294 60748 product 0 74527 A 2 D 0 0
62306 60753 product 0 74539 A 2 D 0 0
33578 60739 product 0 45811 A 3 C 0 0
33581 60745 product 0 45814 A 3 C 0 0
33592 60748 product 0 45825 A 3 C 0 0
68742 60753 product 0 80975 A 3 C 0 0
33580 60739 product 0 45813 A 4 C 0 0
33584 60753 product 0 45817 A 4 C 0 0
36566 60745 product 0 48799 A 4 C 0 0
48384 60748 product 0 60617 A 4 C 0 0
48385 60748 product 0 60618 A 5 C 0 0
53847 60739 product 0 66080 A 5 C 0 0
56041 60745 product 0 68274 A 5 C 0 0
60012 60753 product 0 72245 A 5 C 0 0
33586 60753 product 0 45819 A 6 C 0 0
48386 60748 product 0 60619 A 6 C 0 0
56038 60739 product 0 68271 A 6 C 0 0
61231 60745 product 0 73464 A 6 C 0 0
33583 60745 product 0 45816 A 7 C 0 0
33593 60748 product 0 45826 A 7 C 0 0
56030 60739 product 0 68263 A 7 C 0 0
56031 60739 product 0 68264 A 8 C 0 0
56402 60745 product 0 68635 A 8 C 0 0
58871 60753 product 0 71104 A 8 C 0 0
60372 60748 product 0 72605 A 8 C 0 0
56040 60753 product 0 68273 A 9 C 0 0
57657 60748 product 0 69890 A 9 C 0 0
58497 60745 product 0 70730 A 9 C 0 0
56042 60753 product 0 68275 A 10 C 0 0