SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10826, 12995, 12996, 12997, 12998, 12631, 
    12646, 12655, 12656, 12652, 12653, 
    12654, 12636, 12635, 12634, 12637, 
    12638, 12641, 12639, 15800
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00173

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ALL",
      "possible_keys": ["status", "product_id"],
      "rows": 77,
      "filtered": 25.97402573,
      "attached_condition": "cscart_ab__video_gallery.product_id in (10826,12995,12996,12997,12998,12631,12646,12655,12656,12652,12653,12654,12636,12635,12634,12637,12638,12641,12639,15800) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}

Result

video_id product_id
147 10826