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 (62625, 62624, 62623, 62657) 
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": 34,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (62625,62624,62623,62657)"
        }
      }
    },
    "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
22433 62624 product 0 34331 A 0 D 0 0
22593 62657 product 0 34491 A 0 D 0 0
66186 62624 product 0 78419 A 0 D 0 0
66187 62624 product 0 78420 A 0 D 0 0
66188 62624 product 0 78421 A 0 D 0 0
66191 62624 product 0 78424 A 0 D 0 0
66192 62624 product 0 78425 A 0 D 0 0
66311 62625 product 0 78544 A 0 D 0 0
66429 62623 product 0 78662 A 0 D 0 0
22594 62657 product 0 34492 A 1 D 0 0
66315 62625 product 0 78548 A 1 D 0 0
66432 62623 product 0 78665 A 1 D 0 0
22652 62623 product 0 34550 A 2 D 0 0
66313 62625 product 0 78546 A 2 D 0 0
66809 62657 product 0 79042 A 2 D 0 0
22592 62657 product 0 34490 A 3 D 0 0
22657 62625 product 0 34555 A 3 D 0 0
66430 62623 product 0 78663 A 3 D 0 0
22656 62625 product 0 34554 A 4 D 0 0
29479 62623 product 0 41699 A 4 D 0 0
66810 62657 product 0 79043 A 4 D 0 0
66314 62625 product 0 78547 A 5 D 0 0
66431 62623 product 0 78664 A 5 D 0 0
66812 62657 product 0 79045 A 5 D 0 0
22653 62623 product 0 34551 A 6 D 0 0
66312 62625 product 0 78545 A 6 D 0 0
66438 62625 product 0 78671 A 6 C 0 0
66811 62657 product 0 79044 A 6 D 0 0
68220 62657 product 0 80453 A 6 C 0 0
58266 62623 product 0 70499 A 7 C 0 0
58267 62623 product 0 70500 A 8 C 0 0
58268 62623 product 0 70501 A 9 C 0 0
58269 62623 product 0 70502 A 10 C 0 0
62173 62623 product 0 74406 A 11 C 0 0