INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e157fa5592ef66fc5e2df264e95678f95667e5b706d4dd0ad90a72a7de70a26e', 
    'ulcL6a0h85QIGLd5yvG9g3a7KM+EL1TPAEXSn6xXvCM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)