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 (
    '4135', '4823', '4832', '4814', '4819', 
    '4820', '4821', '4818', '4816', '4822', 
    '4817', '4815', '4827', '4825', '4831', 
    '4830', '4829', '4839', '5061', '5060', 
    '4835', '4837', '4836', '5111'
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00118

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 ('4135','4823','4832','4814','4819','4820','4821','4818','4816','4822','4817','4815','4827','4825','4831','4830','4829','4839','5061','5060','4835','4837','4836','5111')"
        }
      }
    },
    "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
7892 4135 product 0 14937 M 0 motorola-aarln4885b.png 721 800 14937
8259 4832 product 0 15310 M 0 motorola-rln6554.png 582 800 15310
8264 4823 product 0 15315 M 0 motorola-rln6544-1.png 634 800 15315
8283 4822 product 0 15334 M 0 motorola-rln6424.png 800 532 15334
8289 4814 product 0 15340 M 0 motorola-rln6075.png 800 800 15340
8324 4831 product 0 15375 M 0 motorola-pmmn4099.png 800 800 15375
8326 4830 product 0 15377 M 0 motorola-pmmn4084.png 800 425 15377
8330 4819 product 0 15381 M 0 motorola-pmmn4062.png 800 600 15381
8450 4818 product 0 15501 M 0 motorola-pmkn4113.png 800 800 15501
8530 4827 product 0 15581 M 0 motorola-nmn6271-1.png 528 800 15581
8589 4835 product 0 15640 M 0 motorola-30009402001.jpg 800 800 15640
8590 4836 product 0 15641 M 0 motorola-30009402002.jpg 800 800 15641
8598 4815 product 0 15649 M 0 motorola-3075336b17.jpg 800 800 15649
8757 4825 product 0 15808 M 0 motorola-hmn4103.png 800 600 15808
8801 4839 product 0 15852 M 0 motorola-nntn8575blk.jpg 800 800 15852
8836 4820 product 0 15887 M 0 motorola-pmmn4065.jpg 800 800 15887
8839 4821 product 0 15890 M 0 motorola-pmmn4069.jpg 800 800 15890
8921 4837 product 0 15972 M 0 motorola-nntn8271.jpg 800 800 15972
8956 4816 product 0 16007 M 0 motorola-pmkn4107.jpg 800 800 16007
8957 4817 product 0 16008 M 0 motorola-pmkn4112.jpg 800 800 16008
10273 5111 product 0 17336 M 0 PMMN4107ABLK.jpg 2446 2446 17336
10264 4829 product 0 17327 M 1 PMMN4083AL.jpg 300 300 17327