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 (
    '4718', '4793', '4774', '4776', '4775', 
    '4078', '4779', '4777', '4792', '4787', 
    '4858', '4786', '4790', '4778', '4856', 
    '4860', '4796', '4797', '4795', '4794', 
    '4857', '5006', '4112', '4110'
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00089

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": 24,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in ('4718','4793','4774','4776','4775','4078','4779','4777','4792','4787','4858','4786','4790','4778','4856','4860','4796','4797','4795','4794','4857','5006','4112','4110')"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["rfswire_cart.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": ["rfswire_cart.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_path alt image_x image_y images_image_id
8246 4797 product 0 15297 M 0 motorola-rmn5139a.png 800 800 15297
8247 4796 product 0 15298 M 0 motorola-rmn5138a.png 800 800 15298
8251 4790 product 0 15302 M 0 motorola-rmn5058a.png 800 534 15302
8267 4776 product 0 15318 M 0 motorola-rln6513a.png 800 533 15318
8268 4775 product 0 15319 M 0 motorola-rln6512a.png 800 533 15319
8269 4774 product 0 15320 M 0 motorola-rln6511a.png 800 533 15320
8274 4793 product 0 15325 M 0 motorola-rln6491a.png 786 800 15325
8275 4792 product 0 15326 M 0 motorola-rln6490a.png 748 800 15326
8284 4779 product 0 15335 M 0 motorola-rln6282a.png 800 519 15335
8369 4858 product 0 15420 M 0 motorola-pmln6127.png 800 532 15420
8370 4778 product 0 15421 M 0 motorola-pmln6126a.png 537 800 15421
8371 4777 product 0 15422 M 0 motorola-pmln6125a.png 537 800 15422
8372 4857 product 0 15423 M 0 motorola-pmln6124.png 674 800 15423
8373 4856 product 0 15424 M 0 motorola-pmln6123.png 674 800 15424
8374 4794 product 0 15425 M 0 motorola-pmln6095a.png 424 800 15425
8431 4787 product 0 15482 M 0 motorola-pmln5101a.png 703 800 15482
8432 4786 product 0 15483 M 0 motorola-pmln5096a.png 800 531 15483
8778 4795 product 0 15829 M 0 motorola-rmn5137.png 800 800 15829
8871 4860 product 0 15922 M 0 motorola-rln5886.png 800 800 15922
9155 4078 product 0 16206 M 0 motorola-5080384f72.jpg 300 300 16206
9156 5006 product 0 16207 M 0 motorola-rln6242a.png 300 221 16207