INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd7fa450c451744411d3f73e01e0fa9f8712d3a377e4c9f7c8779730e68dea4b5', 
    'JbkbP4FT/ca8Hrz2oKlbNfkBhGehlI85eZE9vcG+75M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)