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 (64693, 62258, 62260, 62259) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00104

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": 40,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (64693,62258,62260,62259)"
        }
      }
    },
    "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
35505 64693 product 0 47738 A 0 D 0 0
53862 62259 product 0 66095 A 0 D 0 0
53865 62260 product 0 66098 A 0 D 0 0
53868 62258 product 0 66101 A 0 D 0 0
53869 62258 product 0 66102 A 0 D 0 0
57047 62258 product 0 69280 A 0 C 0 0
57048 62258 product 0 69281 A 0 C 0 0
57049 62258 product 0 69282 A 0 C 0 0
57050 62258 product 0 69283 A 0 C 0 0
57327 62258 product 0 69560 A 0 D 0 0
53863 62259 product 0 66096 A 1 D 0 0
53866 62260 product 0 66099 A 1 D 0 0
57325 62259 product 0 69558 A 2 D 0 0
57326 62260 product 0 69559 A 2 D 0 0
61813 64693 product 0 74046 A 2 D 0 0
57051 62259 product 0 69284 A 3 C 0 0
57055 62260 product 0 69288 A 3 C 0 0
61815 64693 product 0 74048 A 3 D 0 0
57052 62259 product 0 69285 A 4 C 0 0
57056 62260 product 0 69289 A 4 C 0 0
61816 64693 product 0 74049 A 4 D 0 0
57053 62259 product 0 69286 A 5 C 0 0
57057 62260 product 0 69290 A 5 C 0 0
61817 64693 product 0 74050 A 5 D 0 0
57054 62259 product 0 69287 A 6 C 0 0
59547 62260 product 0 71780 A 6 C 0 0
57058 62260 product 0 69291 A 7 C 0 0
62896 64693 product 0 75129 A 8 C 0 0
54128 64693 product 0 66361 A 10 C 0 0
35509 64693 product 0 47742 A 11 C 0 0
61492 64693 product 0 73725 A 12 C 0 0
61493 64693 product 0 73726 A 14 C 0 0
56443 64693 product 0 68676 A 15 C 0 0
54129 64693 product 0 66362 A 17 C 0 0
38936 64693 product 0 51169 A 18 C 0 0
53718 64693 product 0 65951 A 19 C 0 0
59426 64693 product 0 71659 A 21 C 0 0
35507 64693 product 0 47740 A 22 C 0 0
35508 64693 product 0 47741 A 23 C 0 0
65594 64693 product 0 77827 A 23 C 0 0