INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ce6067da8e62b7d02fa94049e94dd193d89a1cef10c2d3020ac1474b770de7be', 
    'BPoR0aDDY/UcvIwApo73e55JE2dSiiPj0XH/ySt+e6c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)