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 (61166, 61211, 59410, 59412) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00059

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 (61166,61211,59410,59412)"
        }
      }
    },
    "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
3362 59410 product 0 6616 A 0 D 0 0
14557 61166 product 0 25477 A 0 D 0 0
14753 61211 product 0 25700 A 0 D 0 0
14754 61211 product 0 25701 A 0 D 0 0
14755 61211 product 0 25702 A 0 D 0 0
14756 61211 product 0 25703 A 0 D 0 0
14757 61211 product 0 25704 A 0 D 0 0
14758 61211 product 0 25705 A 0 D 0 0
14760 61211 product 0 25707 A 0 D 0 0
18557 59412 product 0 30225 A 0 D 0 0
14558 61166 product 0 25478 A 1 D 0 0
18555 59410 product 0 30223 A 1 D 0 0
20140 61211 product 0 31956 A 1 C 0 0
14559 61166 product 0 25479 A 2 D 0 0
62252 59410 product 0 74485 A 2 D 0 0
14560 61166 product 0 25480 A 3 D 0 0
62254 59410 product 0 74487 A 3 D 0 0
14561 61166 product 0 25481 A 4 D 0 0
62253 59410 product 0 74486 A 4 D 0 0
17205 61211 product 0 28762 A 5 C 0 0
32633 61166 product 0 44866 A 5 C 0 0
62257 59410 product 0 74490 A 5 D 0 0
16687 61166 product 0 28252 A 6 C 0 0
62255 59410 product 0 74488 A 6 D 0 0
32877 61211 product 0 45110 A 7 C 0 0
50057 61166 product 0 62290 A 7 C 0 0
62256 59410 product 0 74489 A 7 D 0 0
64542 59410 product 0 76775 A 8 C 0 0
62199 59410 product 0 74432 A 9 C 0 0
62200 59410 product 0 74433 A 10 C 0 0
18554 59410 product 0 30222 A 11 C 0 0
66796 59410 product 0 79029 A 12 C 0 0
64543 59410 product 0 76776 A 13 C 0 0
66797 59410 product 0 79030 A 14 C 0 0