SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  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 (
    3315, 7108, 3307, 3313, 3317, 3862, 6844, 
    7224, 7245, 7270, 3318, 3297, 3298, 
    3304, 3308, 3309, 3310, 3314, 6849, 
    6856, 6862, 6865, 7057, 3687, 1325, 
    7274, 1327, 1331, 1333, 426, 436, 602, 
    657, 667, 688, 699, 710, 5076, 3316, 
    6761, 6850, 6859, 7279, 7352, 7356, 
    2555, 1326, 751, 1330
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00226

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "119.76"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "50.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 50,
            "rows_produced_per_join": 50,
            "filtered": "100.00",
            "index_condition": "((`gaseus`.`cscart_images_links`.`object_type` = 'product') and (`gaseus`.`cscart_images_links`.`type` = 'M') and (`gaseus`.`cscart_images_links`.`object_id` in (3315,7108,3307,3313,3317,3862,6844,7224,7245,7270,3318,3297,3298,3304,3308,3309,3310,3314,6849,6856,6862,6865,7057,3687,1325,7274,1327,1331,1333,426,436,602,657,667,688,699,710,5076,3316,6761,6850,6859,7279,7352,7356,2555,1326,751,1330)))",
            "cost_info": {
              "read_cost": "29.76",
              "eval_cost": "5.00",
              "prefix_cost": "34.76",
              "data_read_per_join": "4K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "gaseus.cscart_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 50,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "12.50",
              "eval_cost": "5.00",
              "prefix_cost": "52.26",
              "data_read_per_join": "38K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "gaseus.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 50,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "12.50",
              "eval_cost": "5.00",
              "prefix_cost": "69.76",
              "data_read_per_join": "29K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
0 Seite-74-F15-2-300-Effect-LabLine9sKl29ppWOcWb_600x600_2x.jpg 1200 800 N 6233 6761 product 9716 M 0 9716
0 1430122396-24970-1_600x600_2x.jpg 500 300 N 6316 6844 product 9799 M 0 9799
0 Druckminderer-Vulkan-F-10-200-Standard-Sauerstoff-2_600x600_2x.jpg 500 474 N 6321 6849 product 9804 M 0 9804
0 Druckminderer-Vulkan-F15-200-2_600x600_2x.jpg 500 455 N 6322 6850 product 9805 M 0 9805
0 Druckminderer-Vulkan-F-10-200-Standard-Ethen-2_600x600_2x.jpg 500 474 N 6328 6856 product 9811 M 0 9811
0 1387270102-27683_600x600_2x.jpg 500 476 N 6331 6859 product 9814 M 0 9814
0 1430122151-16708-1_600x600_2x.jpg 500 300 N 6334 6862 product 9817 M 0 9817
0 Druckminderer-Vulkan-F-10-200-Standard-Lachgas-2_600x600_2x.jpg 500 474 N 6337 6865 product 9820 M 0 9820
0 1387466304-20319-1_600x600_2x_alk5-k7.jpg 483 500 N 6529 7057 product 10012 M 0 10012
0 306-770-LHR-300-200-Seite-35iC667EhBYIRFc_600x600_2x_id6o-s6.jpg 1200 800 N 6580 7108 product 10063 M 0 10063
0 1387466348-21616-1_600x600_2x_3fuh-ny.jpg 483 500 N 6696 7224 product 10179 M 0 10179
0 306-770-LHR-300-200-Seite-35QAn3UK2M6eDWe_600x600_2x.jpg 1200 800 N 6717 7245 product 10200 M 0 10200
0 Druckminderer-Vulkan-F-10-200-Effect-Sauerstoff-zweistufig-2_600x600_2x_o8ys-nv.jpg 500 399 N 6742 7270 product 10225 M 0 10225
0 Druckminderer-Vulkan-F-10-200-Effect-Sauerstoff-zweistufig-2_600x600_2x_e7lj-9s.jpg 500 399 N 6746 7274 product 10229 M 0 10229
0 Druckminderer-Vulkan-F-10-200-Effect-Sauerstoff-zweistufig-2_600x600_2x_18if-ua.jpg 500 399 N 6751 7279 product 10234 M 0 10234
0 1337327177-22599_600x600_2x_tasq-gq.jpg 580 462 N 6824 7352 product 10307 M 0 10307
0 1337327177-22599_600x600_2x_43yx-qc.jpg 580 462 N 6828 7356 product 10311 M 0 10311
0 1390377119-4252_600x600_2x_9jr0-qd.jpg 500 399 N 13127 426 product 16607 M 0 16607
0 1354272258-16219_600x600_2x_y54s-50.jpg 500 399 N 13137 436 product 16617 M 0 16617
0 Druckminderer-Vulkan-F-15-200-Effect-CO2-Argon-2_600x600_2x_0g5m-yb.jpg 500 476 N 13303 602 product 16783 M 0 16783
0 Druckminderer-Vulkan-F-15-300-Effect-Pr_fgas-einstufig-2_600x600_2x_7azd-6n.jpg 500 476 N 13358 657 product 16838 M 0 16838
0 Druckminderer-Vulkan-F-15-300-Effect-Druckluft-einstufig-2_600x600_2x_i94e-hu.jpg 500 476 N 13368 667 product 16848 M 0 16848
0 Druckminderer-Vulkan-F-15-300-Effect-Stickstoff-einstufig-2_600x600_2x_nn94-fq.jpg 500 476 N 13389 688 product 16869 M 0 16869
0 Druckminderer-Vulkan-F-15-300-Effect-Helium-einstufig-2_600x600_2x_h4dn-me.jpg 500 476 N 13400 699 product 16880 M 0 16880
0 Druckminderer-Vulkan-F-15-200-Effect-Methan-2_600x600_2x_8oup-25.jpg 500 476 N 13411 710 product 16891 M 0 16891
0 Druckminderer-Vulkan-F-15-200-Effect-Wasserstoff-2_600x600_2x_hkd3-7p.jpg 500 476 N 13452 751 product 16932 M 0 16932
0 22671111-F15-3002F-Effect-2-Flowmeter-Seite-50_600x600_2x_40f5-oi.jpg 1200 1039 N 14026 1325 product 17507 M 0 17507
0 22671111-F15-3002F-Effect-2-Flowmeter-Seite-50_600x600_2x_sjj6-07.jpg 1200 1039 N 14027 1326 product 17508 M 0 17508
0 22671111-F15-3002F-Effect-2-Flowmeter-Seite-50_600x600_2x_2es2-r9.jpg 1200 1039 N 14028 1327 product 17509 M 0 17509
0 22671111-F15-3002F-Effect-2-Flowmeter-Seite-50ZQyysoq0VrEOY_600x600_2x_mk33-a2.jpg 1200 1039 N 14031 1330 product 17512 M 0 17512
0 22671111-F15-3002F-Effect-2-Flowmeter-Seite-50tCPQQrjoy8AXZ_600x600_2x_9kmk-yq.jpg 1200 1039 N 14032 1331 product 17513 M 0 17513
0 22671111-F15-3002F-Effect-2-Flowmeter-Seite-50wNhTlhoSmB3vF_600x600_2x_x9tp-yz.jpg 1200 1039 N 14034 1333 product 17515 M 0 17515
0 1390207837-13512_600x600_2x_a8h4-80.jpg 500 399 N 15256 2555 product 18737 M 0 18737
0 1336129216-14840-1_600x600_2x.jpg 580 524 N 15998 3297 product 19479 M 0 19479
0 Druckminderer-Vulkan-F-10-200-Standard-Helium-2_600x600_2x.jpg 500 474 N 15999 3298 product 19480 M 0 19480
0 1430122360-23701-1_600x600_2x.jpg 500 300 N 16005 3304 product 19486 M 0 19486
0 1430122280-21441-1_600x600_2x.jpg 500 300 N 16008 3307 product 19489 M 0 19489
0 Druckminderer-Vulkan-F-10-200-Standard-Methan-2_600x600_2x.jpg 500 474 N 16009 3308 product 19490 M 0 19490
0 Druckminderer-Vulkan-F-10-200-Standard-Propan-2_600x600_2x.jpg 500 474 N 16010 3309 product 19491 M 0 19491
0 1336123424-32397_600x600_2x.jpg 580 517 N 16011 3310 product 19492 M 0 19492
0 1430122176-17545-1_600x600_2x.jpg 500 300 N 16014 3313 product 19495 M 0 19495
0 Druckminderer-Vulkan-F-10-200-Standard-Wasserstoff-2_600x600_2x.jpg 500 474 N 16015 3314 product 19496 M 0 19496
0 1430122131-16154-1_600x600_2x.jpg 500 300 N 16016 3315 product 19497 M 0 19497
0 1354176977-32599_600x600_2x.jpg 500 476 N 16017 3316 product 19498 M 0 19498
0 Vulkan-F10-2NP_600x600_2x.jpg 500 300 N 16018 3317 product 19499 M 0 19499
0 Druckminderer-Vulkan-F-10-200-Standard-Stickstoff-2_600x600_2x.jpg 500 474 N 16019 3318 product 19500 M 0 19500
0 22671111-F15-3002F-Effect-2-Flowmeter-Seite-50wNhTlhoSmB3vF_600x600_2x.jpg 1200 1039 N 16388 3687 product 19869 M 0 19869
0 1430122237-20160-1_600x600_2x_ncto-b2.jpg 500 300 N 16563 3862 product 20044 M 0 20044
0 22671111-F15-3002F-Effect-2-Flowmeter-Seite-50ZQyysoq0VrEOY_600x600_2x.jpg 1200 1039 N 17777 5076 product 21258 M 0 21258